I created a power automate flow that create a new excel file from a template when a new entry is created on a cognito forms. My purpose was to add info of my cognito forms in my new excel file.
My flow is :
When a new entry is created (on cognito forms)
Add a row into a table (excel)
Obtain the contenu of a file (one drive)
Create a file (one drive)
Delete a line (Excel).
My file is well created on my template, but i don't have the new information in it (my new line). The step "add a row into a table" works, but it's like my flow works too fast and it didn't have the time to collect the new information.
Anyone can help me ?