Hi
I have a REST-service which I start multiple times in a for-loop. The configuration of the service looks like this:
Now I would like to set the campaign_id with JS when I start the execution. My code looks currently like this:
Is it possible to set the campaign_id when I start the execution? Or do I need another approach?