I am trying to loop through parsed json elements to write data to a variable, that will be sent as a CSV.
Unfortunately, the loops stop looping at 501 items :
Flow Detail
501 limit hit
Others flows are doing the same thing sucessfully, having less than 500 item !
From what i seen online, the loop have a 5k elements limits.
Why would it stop at 501 items precisely each time ?
Thank you !