Hello,
I have made a flow which runs when a form is submitted. The flow is used to update tables in Excel online and gives status updates in these different tables.
All the submittes are loaded in the first table.
Then, the key value which is given in the form is used to get a row in excel. These two do match, since the error only appears in the get row action linked to the first table, and not in any other get row action linked to other tables (using the same key value).
This is the error:
{
"status": 404,
"message": "No row was found with Id '666666'.\r\nclientRequestId: 926800e8-1f75-41bf-adc7-dd1ded52f9b7",
"source": "excelonline-we.azconn-we.p.azurewebsites.net"
}

It is strange, because it runs smoothly for 99% of the time. However, I want it to run 100% succesfull.
Also, if I retry the flow, it does succeed