Help

Re: Automation -- field not transferring correctly

430 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Abby_Polley
4 - Data Explorer
4 - Data Explorer

I am having trouble with an automation from one table to another in what seems like a straight forward process. The automation is working perfectly for all fields except one. The “problem” source field is a single select with the options “Baseline”, “Follow-Up”, and “No”.
Original Field

The automation includes pulling various fields, including this one, into another table. Here is the automation:
Automation

Finally, the source table is set up as a single select as well. However, when I run the automation, everything pulls in correctly except for this field, which pulls jibberish “selDYGV9dF4xJSlWi” instead of the text from the original table, which should read “Baseline”.
Final Field

All troubleshooting advice welcomed!

1 Reply 1

selXXXXXX... is the syntax for a select option’s unique id, therefore it would seem you chose to insert ID of the previous step’s select option instead of the select option’s name. Change your automation to pull in the value of {Concept 1 / Was this activity...}'s name, not its ID.