JSON Parse to G Sheets

HI Community

Hope everyone is well

I am making an api call via HTTP, sending to JSON and trying to then store onto google sheets, I don’t seem to be getting the last part right, please see below

I need to get the cell highlighted in green, to be populated in google sheet (A)

no matter what I try, I get the below

Thank you all

If you are using the HTTP module, there’s no need to use the parse JSON module. If you want to parse JSON, you can select ‘Parse Response’ as ‘Yes’ in the HTTP module.

To populate an email in a particular cell in a google sheet map email directly.

2 Likes

Wrong:

You confused “get” with “map”.

Screenshot_2024-01-26_230141

Right:

Use the built-in function map to get the email.

Screenshot_2024-01-26_230150

{{ first(map(2.email; "email")) }}

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