Override JDE Orchestration input
Hi Everyone,
I have an existing Orchestration with a lot of steps that relies on one of the input params across the steps. However In case that input param is not provided i need to generate the value and assign it to the input param so that all the existing steps keeps using the input param.
I have tried updating the input param in a custom request( I used the same variable name as the input param) but during debugging i can clearly see that input param is not getting the overriden value?
Any ideas if this is possible or any workaround for this ?