Greetings, all. I am working with the Dataverse Update row action and just noticed it creates records if the record I am trying to update has been deleted. While I can see the value of this in other scenarios, I want to prevent this in certain cases. Does anyone know if this is possible?
UPDATE: Here is an idea (idea link) to fix this behavior. Currently, the only workaround is to do a conditional check before updating. Feel free to upvote.
EXAMPLE:
Here's my table before I run the Update; I deleted the record with the GUID I'm sending to Power Automate to update:

Here's my flow where the RowID is passed to the Update action:

Here's the table after I run the update:
