Hi all. I’m new to make and trying to build an automation where a zoho invoice is generated from a form submission. I used FilloutForms to build the form. The forms collects just the customers name, as well as the item they want and the quantity (item name x quantity is in a table format).
I figured that, once the form is submitted, all i would have to do is iterate the responses to be able to use and map them in later modules. However the issue im having is, even after iterating the responses, each of my item and its quantity are separate collections, so i cant use them to map in later modules. How do i fix this ?