Include multiple line items from Glide to Google Docs

Hello, everyone

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:
image

image

So far it is working as expected.

However, in my Google Docs template, I have a part that looks like this:
image

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:
image

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:
image

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.

Welcome to the Make community!

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”.
Screenshot_2023-10-06_141025

A.

Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.

Uploading them here will look like this:

module-1-input-bundle.txt (12.3 KB)
module-1-output-bundle.txt (12.3 KB)

B.

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles in this manner:

  • Either add three backticks ``` before and after the code, like this:

    ```
    input/output bundle content goes here
    ```

  • Or use the format code button in the editor:
    Screenshot_2023-10-02_191027

Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.

This will allow others to better assist you. Thanks!

samliew – request private consultation

Join the unofficial Make Discord server to chat with other makers!

2 Likes

Hello! I made a new post that explains more in detail what I need and the input handles I’m using