Jotform file submission inputted in new row in google sheets

Yea, so in your mapping panel (that’s the panel that opens up for you select variables or function to enter into a field), you need to locate “paperwork” from your Jotform module #8. There’s also a search bar if you can’t find it just by scrolling. For me, it’s all the way at the bottom just like in your last screenshot, so you might just try scrolling all the way down to find it, but use search if you can’t.

Yes, it’s an array and I think by default Make will grab the first item from an array, but maybe not the best to rely on that in case there are multiple items in that array.
You can use the first() function on it to return just the first element which results in a text string.
You can also use a join() function to connect all the elements in a giant text string, separated by the character you specify, usually a comma.

3 Likes