Hello.
I've made a flow where one part of it is as following:
Get Date from API > Check if Excel document contains the date >
IF not > insert date to excel > send mail saying row updated.
IF yes > send email saying row already exists.
The flow will run twice since there is two dates from API. I want it to run them after eachother, and not at the same time.
Best case scenario the first run will insert a date and send email. The second run will detect that row already exists in excel and send email saying it already exists.
But since Flows runs at the same time, both runs will write to excel and create accounts..
I've enabled Concurrency Control and set it to 1 but it still runs twice at the same time.
Note: The second time I trigger the Flow it detects that there is input in Excel. So the "flow chart" is okay..
it