Parse JSON Output Bundle and Store in Data Store to Merge Logic Across Scenarios

I have a scenario where I would like to:

  1. Retrieve the entire raw output bundle of the module as JSON. View screenshot: Imgur: The magic of the Internet
  2. Parse the JSON into a data structure, which I believe can be done using the Parse JSON Module.
  3. 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:

  1. Each scenario will parse the raw JSON, convert it into structured records, and input these records into the data store.
  2. 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)