I am using a webhook to obtain data from Glide and then add it to a Google Docs form. It looks like this at the moment:
So far it is working as expected.
However, in my Google Docs template, I have a part that looks like this:
Here, I can have from 0 to n elements.
In glide, to obtain the data, I have three joined lists that gathers the full names, IDs and nationalities that will be saved to the table:
I want to know if there is a way I can use this information to store the inline items instead of making three different variables for each of my elements.
I know that with DocsAutomator I can do a JSON with the information of my rows and pass it as an only variable that will fill my Google Doc:
So I’m hoping that Make has something similar, this is my first scenario so I’m fairly new here.
I currently have the free plan, but in case I need to use the Make API, I can upgrade it.
Please provide the output bundles of the Webhook trigger module by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A.
Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.