Basic (?) JSON Creation question, I think

Hi,

I used Create JSON with a structure. In the structure, I add a uuid field using Make’s uuid variable.

In the next module (an Airtable module) I want to get the uuid from the JSON module. It looks to me like it requires using a JSON Parser to parse the JSON I just created. Is that the case? Or is there a simpler way that I’m not seeing?

Thanks,

L

P.S. Eventually, I take the JSON String from the Create JSON module and return it with a webhook and that works fine.

You can use a Set variable module with the uuid first, that way you can reference it later without using the Parse JSON module.

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

1 Like

Ah, yes, thank you! I knew there had to be a simpler way!

L