Hi Team, need help
So right now I'm running For Each Smart Value to get data from API and expect it to run Synchronous
So I can append the Fields from the value of that For Each
But when I'm trying it running Parallel/Asynchronous for every looping each
So the value I expect is
Loop 1 value: 123, 122, 121
Loop 2 value: 223, 222, 221
Append Field: 123, 122, 121, 223, 222, 221
But the reality said
Append Field: 223, 222, 221
When I monitor the field, the automation firstly edits the field into 123,122,121 then was replace it into 223,222,221
When replacing the Field i was using "Set Issue Field" and set the value:
{{issue.Project Key Id}} {{webResponse.body.data.id}}
please help how i can make it?
Rule I'm using
This seems to be a duplicate of your other post, so please close this one and look at the other for suggestions. Thanks!
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.