Hi.
I need to update a field in one table (“Target table”) with data from a field in another table (“Source table”).
I tried to do it with an action in a collection component, as explained in some guides, using “Set column values” triggered by selecting a row in the list, but the fields (columns) I can select to update are only from the “Source table”, although I build the component in the detail page of the “Target table”.
Do any Glide experts can help me with that?
Thanks alot
You need to create a Single Relation from the source table to the target table, then you can Set Column Values through that relation.
1 Like