I've been having an issue with a Flow that I've outlined here: I've hit a brick wall building a multi-flow process.
I think I've found the main culprit. In the Excel Business Online documentation, it list the following as a Known Issue or Limitation:
- Changes committed by operations such as Create a row, Update a row, Delete a row do not always take affect immediately after successful response from a corresponding Power Automate, LogicApps or Power Apps actions. Delays up to 30 seconds are expected due to underlying backend service limitations.
My first question is, can I insert a wait command to have the "Do Until" wait 30 seconds before cycling? I used a wait command in a desktop flow before, but I don't seem to be able to find one in the cloud Flow system.
A second option I'm considering is reworking the entire flow to be more like the process I found here: How to create a flow that will send an email 60 days after data entry date. This seems like a better option, but I have no idea how to structure a search function that will return Rows of an Excel file that contain a date in the "Received:" Column older than 6 days from todays date, and "NO" in the "Slip Complete" Column. Then I would need to take what is returned by the filter and make an HTML table out of it so I can place it in a send email command. Any help is much appreciated! Thank you!