LOUL
February 3, 2024, 1:07pm
1
Good morning,
I would like to extract a store listing from my database and send it to Googlesheet.
I connect to the database and I can clearly see the output results (the 10 store names).
I added the Googlesheet model (addrow) but I cannot find values ββfor the mapping in the Googlesheet.
Can you help me please
Welcome to the Make community!
Your βRowsβ variable is an array, so to run each item through the next module, you need to use an Iterator module.
Links
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too β
General
Help Center Basics
Articles & Videos
2 Likes
LOUL
February 24, 2024, 8:13am
3
Good morning,
Thank you for your reply. I managed to retrieve the elements from my sql query and map them into googlesheet
I would like the column names to appear in the mapping however I requested it.
Can you help me please.