Hello
I have two flows. One is triggered when an email arrives and uses AI builder to extract an Excel file attachment and store that into a SP list. The other flow is triggered by clicking a button on the same SP page which copies the SP list into a new Excel file and then clears the list and archives it. The problem i'm having is if the first flow is running and then someone clicks the button, it's copying the list data to the excel file ok but is clearing some of the new data that is coming into the list from the first AI extraction flow.
I've read about concurrency settings on triggers. Is that the correct approach to make the flow with the button only run if the other flow has finished?
Many Thanks
Rob