What is your goal?
I need to convert data that I have in a GSheets matrix (with dynamic rows AND columns), into a format that is better suited to Airtable.
In Gheets I have a matrix that shows users (in Rows), message templates (in Columns), with the values showing a send date.
In Airtable, I’d like this to be a simple table showing user, template, and send date.
What is the problem?
I’ve tried searching the range with the GSheets module, converting the outputed bundle data into an array, and then iterating over it - but it’s not quite working. As you can see in the screenshots, the column name (ie the message template) is present in the GSheets extract, but doesn’t materialise as the ‘key’ in the array that is iterated over… The date (value) does as is shown in Bundle 14 below.
Why isn’t it working, and am I approaching the problem in the right way?



