Hello,
Need help extracting the data from the following collection in a key-value format so that it can be passed to the next node, I’m new to the make.com still struggling to find the right ways to use this application, any help would be highly appreciated.
Thanks.
Hello @82rocker and welcome!
Are you wanting to extract just the “entries”? If so, since that looks like valid JSON, you can try passing “entries” into a JSON Parser Module and out should come those items.
Here’s the output in this case:
2 Likes
You can use Parse JSON module to parse your JSON string . I have provided a screenshot of Parse JSON module where you can enter your JSON and can get in appropriate key value pair…
Try it by using this and then you can get back here if you face any problem after.
2 Likes
@Donald_Mitchell Thanks, it worked like a charm!
3 Likes