Passing an array to another Scenario

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:

History___Make

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.

Hi @Brian-HFLA ,

It seems that you have to define inputs, it is described here.

That’s true, the documentation is sometimes hard to use.

BR,

PBI

2 Likes