Hi all! I managed to retrieve data from Smartsheet using a webservice in the surveyflow. I could in theory create hundreds of embedded variables to store data fields but I’m wondering if there’s a way to store multiple fields into a single embedded variable for JavaScript parsing later.
Let’s say the Smartsheet API returns 20 rows for a column. It would be 20 variables such as row.0.cell.1.value, row.1.cell.1.value, row.2.cell.1.value, etc.
Any way to combine these into a single comma-separated embedded field? Like a row.*.cell.1.value?