How can I transfer one specific Column's value from one Table to another Table's specific Column?

Hi all,

I have two Tables, one is Product, another one is Photo.
Photo Table has a column named “Photo”. I want to transfer this Photo value to another column of Product Table’s named “Photo”.

Thanks

Provided you have a ref between Product and Photo tables, you can simply use a de-ref expression. If you want to perform this for existing records, then you will need to edit those records.

Another solution could be using built-in AppSheet API via Webhook Workflow with the same idea.

1 Like

For reference:

2 Likes