I have a process that writes in multiple SPO lists, once the flow starts it takes about 20min to finish.
Its triggered by user, when new item is created...
How can I make the flow wait until the previous finishes?
I had the idea to configure a loop (do until) a certain value is not in the list... eg, no items in the list is started
(have one column with default value "waiting" and once the flow starts it would update this value to "started".) but it turns out that all flows starting after the first one will just jump in the started at once.... this is significantly slowing down the process.
