Dynamic values for Run a Scenario module

Hello!

I would like to call the Run a Scenario module with dynamic values, but am not sure how to pass in Scenario Inputs. The screen shots below show what I’ve tried and the result.
Can someone advise me on how to pass 2 parameters to this module when the Scenario ID is mapped in?
Many thanks,
Steve


Figured it out.
Explaining here in case it helps someone in the future.

I first had to use the Create JSON module to generate a structure that consisted of an array of key/value/type objects. Notice the first type field is “Array” in the Specification window.
After creating that I the entered a single object that represented a scenario input (i.e. “inputProjectRecordID” in the screenshot).
Next I used the “Parse JSON” module and passed it the JSON string from the Create JSON module.
Finally, I provided the output of this into the input field of the “Run a Scenario” module.



Happy Make’ing.

2 Likes