Hi Team
I'm having some issues with Logic App, specifically it's returning an incorrect value.
All this actions are inside a foreach that contain an array. The issue is with the first set. The next sets of the foreach are good
HTTP Action Output:
A Parse JSON receive the value from the HTTP
Then I set "JobIDArray" string variable using Parse JSON output
Until now, everything is working good.
Then I set the "JobIDStr" string variable using the following value
replace(replace(replace(variables('jobIDArray'), '"', ''), '[', ''),']','')
instead of getting the correct value: a5961424-8514-4264-96d3-27889bd3f4ca
The variable get the incorrect value d7319bb4-f471-4fe0-bdbd-7e75c604d7bd
I notice that the incorrect value belongs to the next record on the "foreach" action
Has this problem happened to someone?
Hey @Javopr
Just a question, are you using concurrency?
Variables and concurrency don't work.
Also try the above in a compose, might help. Not sure.
User | Count |
---|---|
26 | |
16 | |
14 | |
10 | |
10 |
User | Count |
---|---|
45 | |
29 | |
29 | |
23 | |
23 |