I created a new Flow to delete all records from a Dataverse table. There are no errors when saved but I get a 404 error when run.
The "Get a row by ID" action for the Row ID if you hover is: items('Apply_to_each')?['@odata.id']
The "Delete a row" action for the Row ID if you hover is: outputs('Get_a_row_by_ID')?['body/@odata.id']
When it fails, I can see that it is a 404 error (see screenshot below). I would appreciate any recommendations.
Solved! Go to Solution.
Instead of the OdataID, you will have to provide the UniqueIdentifier from the dynamic content.
So which should look something like: items('Apply_to_each')?['TestListChoices2sid']
Thanks and Regards,
Vikas K
Instead of the OdataID, you will have to provide the UniqueIdentifier from the dynamic content.
So which should look something like: items('Apply_to_each')?['TestListChoices2sid']
Thanks and Regards,
Vikas K
@vikulkar - Thank you for your response! I am marking this as the solution. Thanks again!
Here is my final Flow.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Did you know that you could restore a deleted flow? Check out this helpful article.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
33 | |
32 | |
25 | |
24 | |
21 |
User | Count |
---|---|
64 | |
56 | |
44 | |
37 | |
29 |