I have a Google Form multi-select that isn’t returning both selected values in my zap. The text to line step has the output I’m looking for:
And when I use that output in the next step, it pulls it in just fine:
Here’s the config for this step too;
But then the output only returns the first value:
I’ve checked the mapping is correct.
Here are the logs for the POST on the last step:
Best answer by SamB
Hi @johanna5 👋
Just came across this and spotted that Support were able to help get this sorted so I wanted to follow up here to share the suggestions from the Support team in case it’s helpful to others that may stumble across this thread looking for a solution to this:
Okay, I see, that field is not a line item coming from Google Forms; it's actually a comma-separated list (they look identical).
What I did was add a Replace step at step 2 to replace ', ' with ','. That will remove the space that is forming at the second line (which is making the lookup table not find the second line):
Now there is no space:
We can use that output in step 3 now, there is no space:
The output from here used in the lookup table now works (also needed to add in a hyphen, that was missing and it needs to be an exact match):
Seems like everything is all sorted now but if you need any more help down the road please do reach back out in the Community and we’ll be happy to help. In the meantime, happy Zapping! ⚡
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.
@Troy Tessalone the text to line item is putting that space there. That isn’t causing an issue on another one of these that is working. Maybe I’m not understanding - where do I need to add a comma and space?
that didn’t work - I have one of these that is working and the only difference is that those options are all just one word. Whereas the ones that aren’t working as all multiple words in the answers. Does that ring a bell on what it could be? I used co-pilot and it was insinuating that I needed to transform the text to string?
@Troy Tessalone I appreciate your help but I’ve done that over and over again and nothing is working. I will continue to look for answers. Thanks for the help.
Just came across this and spotted that Support were able to help get this sorted so I wanted to follow up here to share the suggestions from the Support team in case it’s helpful to others that may stumble across this thread looking for a solution to this:
Okay, I see, that field is not a line item coming from Google Forms; it's actually a comma-separated list (they look identical).
What I did was add a Replace step at step 2 to replace ', ' with ','. That will remove the space that is forming at the second line (which is making the lookup table not find the second line):
Now there is no space:
We can use that output in step 3 now, there is no space:
The output from here used in the lookup table now works (also needed to add in a hyphen, that was missing and it needs to be an exact match):
Seems like everything is all sorted now but if you need any more help down the road please do reach back out in the Community and we’ll be happy to help. In the meantime, happy Zapping! ⚡