02-25-2022 11:10 AM
Hi…I have a REST get that returns the following as part of it’s payload:
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?
02-28-2022 08:29 AM
This worked, though I needed to preface this with a JSON Splitter. Clearly I overcomplicated this. Thank you!