I'm have very simple Power Automate using Cosmos DB connectors:
- Cosmos Get All Documents (V3)
- Apply to each body/Documents
- Cosmos Delete a document (V2)
- Database ID: xxx
- Collection ID: xxx
- Document ID: items('Apply_to_each')['id']
I have verified that all connections to db, collection and document Id's exist and return as expected.
I get the error: Entity with the specified id does not exist in the system
The id does in fact exist checking in both Azure data explorer as well as the response from Get All Documents (V3). The Power Automate debugger lists the correct id in the Document ID field.
This one has me really confused! Thank you.