What is your goal?
I am trying to set some variables from a tally form and then send them to my personal email address. When I select those fields, the answers are empty.
What is the problem?
My scenario runs but it fails to set those answers
What have you tried so far?
I have tried both fields and fields by ID
Screenshots: scenario setup, module configuration, errors
1 Like
Hi, this usually happens because Tally returns some answers as arrays, even when there’s only one value. When you map the field directly, Make shows it as empty because it’s actually an array, not a plain value.
Try mapping the specific item inside the array (for example, the first element) instead of the whole field, or use a Text / Set Variable step to extract the value before sending the email. Once you do that, the answers should populate correctly.
Hope that helps!
Regards, Tony
Hey Gianluca! Those fields with [ ] are actually arrays. You’ll need to expand them to find the data you’re looking for. Hope that helps!