cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Turning Embedded JSON into Data

pcoleman
New Contributor III

Hiโ€ฆI have a REST get that returns the following as part of itโ€™s payload:
image

Not sure what the right approach is, but I ultimately want to take that JSON that comes back as text in that $ field and turn it into documents. Not sure if I should be looking at the map() function or what. Any thoughts?

10 REPLIES 10

This worked, though I needed to preface this with a JSON Splitter. Clearly I overcomplicated this. Thank you!