I have a scenario where I would like to:
- Retrieve the entire raw output bundle of the module as JSON. View screenshot: Imgur: The magic of the Internet
- Parse the JSON into a data structure, which I believe can be done using the Parse JSON Module.
- Add this parsed data structure to a data store without mapping individual fields. View screenshot: Imgur: The magic of the Internet
This approach is necessary because I am using the Beds24 Watch Bookings module. I need to create a separate scenario for each property. Currently, I have two properties and want to streamline my Make.com workflow by combining the modules and logic through data stores.
My plan is as follows:
- Each scenario will parse the raw JSON, convert it into structured records, and input these records into the data store.
- A separate scenario will monitor this data store and process the data accordingly.
Please let me know if you have a different approach or any suggestions.
Thanks in advance!
blueprint.json (26.6 KB)