Hi Team,
I am trying to create a workflow to update the newly created entitlements description using form .however i am not able to retrieve the details from workflow loop.
Below is the workflow i am using
Hi Team,
I am trying to create a workflow to update the newly created entitlements description using form .however i am not able to retrieve the details from workflow loop.
Below is the workflow i am using
I see the variable you are referring to is $loopInput..
, it should be $.loop.loopInput
@sidharth_tarlapally i used that as well but nothing coming up
@schattopadhy can u share the workflow json , mask senstive data OR .
What is the loop input ? [Show me the loop configuration]
How are you testing the form input value ?
@sidharth_tarlapally was able to get was actually using some wrong path thanks for your solution
@schattopadhy Glad it worked . Eager to learn the correction you made !
Is it this : the form Entitlement ID should be $.loop.loopInput.id
? as we are already passing accessItems in the loop input , or something else ?