Hi everyone,
I am facing a strange issue with a Power Automate Desktop flow and would appreciate some help.
The Workflow:
The flow reads data from an Excel table.
It iterates through the rows using a Loop.
For each row, it enters specific dates and a code into a web application.
After entering the data, it performs a delete/update action for those dates.
The Problem:
First Row: Everything works perfectly. The data is entered, deleted, and the changes are saved in the web app.
Subsequent Rows (2, 3, etc.): When I watch the flow run, I see it performing all the steps correctly on the screen. It enters the dates, clicks delete, and the web app even shows a "Success/Deleted" message.
The Result: When I manually check the web app afterward, nothing has changed for the rows after the first one. The data is still there as if the flow never ran, even though PAD finished without any errors.
What I've tried:
Adding "Wait" actions between steps to ensure the UI catches up.
Using different selectors for the buttons.
The flow logs show that every step was executed successfully.
Why does it work perfectly for the first record but fails to actually "commit" the changes for the rest, even though the UI shows it's doing it?
Has anyone encountered this "ghost" execution issue before?
Thanks in advance!
💡