I spent countless hours creating a JS function that organizes my data into array elements — clean slices of data that can be selected and inserted into my subsequent Zap steps.
Now that I’m happy with the my data format, I go to select this data and it’s once again concatenated into one giant, useless string!
WHY does Zapier keep doing this? What is the usecase of automatically joining array elements and concatenating them into a string at every whim?? And how I do I stop this from happening?