I have a flow that takes a row from a sharepoint list and applies the value to two or three separate tables, depending on the preceding condition step. As seen below, I've had to put in a delay step in between table updates because once a file is accessed in SharePoint, it's seen as "checked out" or being used for a few minutes afterwards. Without the delay steps, I will continually get an error saying the table is not found (because the flow finds the file is "checked out" or locked in some way). Is there a way to build the flow so that it essentially says (1) open this file, then (2) update these tables all at once?
I previously had these table-update steps working in parallel together but received the same type of error, since each step is trying to access the file separately at the same time.
