Transfer multiple bundles between scenarios

hi, as the title suggested im trying to pass multiple number of bundels from one scenario to a second one.
im kind of new to the http module and this type of situations in general so i tried to use the post request but i only get the first bundle.
i assume its because i try to add new items and its solution if you want specific value but i need multiple.
what would you recommend for me to do?

Welcome to the Make community!

You’ll need to use the “Transform to JSON” module to convert the variables into JSON, to be mapped into the Body field of the HTTP module.

Hope this helps! Let me know if there are any further questions or issues.

— @samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

hi, thank you for the respond.
actually i could use some more detailed information.
after the "Transform to JSON” module that convert the variables into JSON every object is in different bundle? and over all how do i continue further.
like i said im very early in implementing json and http requests in my automations.
thank you very much!

1 Like

Hey @tomer1

You can follow the steps shown in below images:

Please replace “parse json” with http module

  1. Map Object from previous module in “Transform to json”

image

  1. Use text aggregator:

  1. Use the shown mapping in http module.
    image

Regards,
Msquare Automation - Gold Partner of Make
@Msquare_Automation