Upcoming database upgrades. to improve our reliability at 03:30 UTC on Feb. 25 / 7:30pm PT on Feb. 24. Some users may briefly experience slow load times or error messages. Learn more here
Jun 27, 2022 01:01 PM
Hello-
I am trying to run an automation to where when a linked record is selected from the field list, it updates the same linked record to another field automatically.
Jun 27, 2022 01:23 PM
Set your Automation to run when Record is Updated, and “watch” the {Nav Item List} field.
Then add a Update Record step that copies the {Nav Item List}'s value into the {Marketing Assets} field. (the blue plus button allows you to add data from the trigger record, which is what you want to do.)
If you need this to work both ways, then set up a similar automation with the fields reversed.
Jun 28, 2022 09:53 AM
Thank you!!