Hello everyone,
I'm experiencing an issue with a flow. Here's what I do: From Power Apps, I pass several values that I use to populate a table in a .xlsm file stored in the cloud, which serves as a template. Once the table has been updated with the values, I proceed to create a new file using the updated template and give it a different name.
The problem I'm facing is that I require a 3-minute delay between updating the table and creating the new file. Otherwise, when the new file is generated, it turns out empty because it doesn't capture the updates.
Is there a way to reduce that delay?
This is how the file with the tables look like:
Here is part of the flow: