Skip to main content

I haven't been able to figure out how to pick a specific value from a synced field when I have a form submitted.  (Aka I want to set several fields specific values)

I have a form that I have created for adding a new event for the Virtual event team.  Since I know several of the standard fields, I am auto populating them on submission; The Program Team (HHH) TIJP Type - Program.

But I can't get any values for State to show.  It is a Linked Field from the Sync table (States)

in the Events Base.  What am I missing here to get the value like I have in the two other fields to populate on submission?

 

 

 

 

 

You need to do a Find Records action that finds the linked record in the States Table.

After that, you'll be able to use data from the record that was found.


Reply