Squarespace form Select list to Salesforce opportunity picklist
Hi there
I have seen a version of this question here and tried the Utilities Formatter with limited success. My squarespace form has several fields and one field that is a “select” field with three options. I am trying to map it to a custom opportunity field in Salesforce with the same with three picklist options. I have created a lookup key and a lookup table with 3 options. When the Zap tests itself it creates an option one opportunity in Salesforce. When I test it in real time with the actual squarespace form and choose option two it it creates an opportunity with the fallback value instead of option two.
That seems to indicate anything besides option one isn’t recognized.
Ideas?
thanks for your help~
Page 1 / 1
Hi @pg0112
Good question.
To troubleshoot, check your ZapRuns history details to see the DATA IN/OUT for each Zap step to help you understand the data values were used.
transform: util.lookup inputs: donated via a drop-off location table: Option One: shipped directly to FTG Option Two: shipped via Give Back Box Option Three: donated via a drop-off location fallback: None values: 1: inputs: donated via a drop-off location
data out:
output:
None
Does this give you any insight?
@pg0112
Better to provide screenshots, thanks.
@pg0112
Make sure there aren’t extra spaces before/after or in the middle of either the input value or the lookup option.
I appreciate you persevering with me~
I had thought of spaces and spelling myself. I did check that- and I just re-did and re-checked.
Mystifying to me- the internal zap check works for option one. But the realtime Squarespace form check returns the none value for any of the options.
Let me know if there are othr helpful screenshots I shoud share
@pg0112
Might be due to the data point type: string VS array
Try using a Formatter > Utilities > Line Items to Text step first.
Your answer didn’t work- but I followed this advice below and renamed my options. instead of option two and three I used the actual answer in both columns of the lookup table- and that did it :)
@pg0112 Wonderful! So glad you were able to find a solution to this through another thread.