Hello,
inside an canvas app i have a flow where the user imports data from a csv file.
As there are multiple loouk columns to be populated i need variables to hold the guid (getting guid by "List row" with the right filter ).
Already for a hundred lines in the csv file this takes so long that the fow times out.
If i use concurency control for the "Apply to each loop" than it is at least a little bit faster.
But the problem is that the value of the veriables is not kept constant within one loop.
Is there a way to define "local" variables inside the "Apply to each" loop?
Or is there a way to get some kind of unique number for the iteration, so that i could store the data in a global array?