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.