I am trying to use "update a row" but error "No row was found with Id xx" is shown.
I then tried to obtain the row Id by using output from "list rows present in a table", I fed the Id of the output again into "get a row function" but no luck, still the same error "No row was found with Id xx". I am not sure is this a bug, entering "Key Value" for "get a row"/"update a row" resulting the same error.
Solved! Go to Solution.
Hi,
Please try with key value as P1, it should work.
Hi,
Please try with key value as P1, it should work.
Hi Rilsina,
Thanks a lot! After your comment it is okay now, I have been trying the same things for a number of times but no luck before. It now worked magically!
And the exact same thing of my original post works now as well, not sure if a bug is fixed. Thanks anyway!
After awhile same thing failed again, I am frustrated.
Hi,
Key Value is the unique ID that 'update a row' action searches in your excel to update.
For my Use case: I added a column Sr.No in Excel and in flow created a new variable count, initialized it to 1. In Update a row, Key column was Sr.No and key value was variable count. After first update i used increment variable action to increment count.
This helped the update a row to successfully run in loop. You can try if you have a similar use case.
not understanding the solution !!!