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!