Hello everyone,
I have created a 2 steps flow "Recurrence" based. Unfortunately I cannot share it but it is very straightforward.
Objective: at midnight every week completely delete all row of one table (At midnight+10minutes the table gets filled with new data coming from a MS planner extract)
Step 1: List rows present in a Table (the step is always successful)
Step 2: Delete rows. To do so I have used an "Apply to each" + Delete row (this step fails)

The error I get is the 404: No row was found with Id... and it happens always with the very first row.
The get "List of rows..." works fine, identifying the rows:
>>"ItemInternalId": "01c01d8f-1bbd-49de-99da-a78f65d88d59",
>>"Task Name": "Documentation for the App"
This seems to pass to the next step but then, at the moment of removing the row, it is not anymore there (?!?)
I thought of space problem, but it isn't (also the name is automatically picked-up)

Any suggestion?