I have a scenario that is using the MAKE RUN SCENARIO module to run a 2nd Scenario.
I’ve defined scenario inputs on the 2nd scenario (type array) - so that it can accept multiple bundles.
I have a webhook as the starting point of the 2nd scenario (as I also use this scenario to receive data from another system). When I run the MAKE RUN SCENARIO module, I get an error on the receiving scenario:
I’m not sure if I have the scenario input array set up correctly?
Also not sure if this works with a webhook as its starting point (but I would presume it would).
Not sure if anyone has seen this…
I recognize I could use the MAKE API or HTTP module to call the webhook, but the hoping to use some of the out-of-the-box MAKE modules.