I would like to retrieve columns as variables from Google Sheets just like the Google Sheets Search Rows Make Module. I feel like it’s simple to do but for some reason I’m having a mental block.
Here is an example of what I am trying to achieve:
From the above spreadsheet I would like to use the variable of the titles in column A to input the actual data from column B into the next scenario.
For instance creating a Google Docs document from a template where {{Title One}} would print 11111 on the newly generated document.
I can get it to work with the Google Sheets Search Rows Make Module and list everything from left to right in rows but I’d rather make a spreadsheet that scrolls down because it is easier to fill out on mobile vertically instead of horizontally.
This method works but not preferred:
Thanks!