Hi,
I have written a logic app that uses the When an item is modified V2 connector. This is working as expected however the Db on my test environment is restored from a back up each night. This causes the row versions in the database to become out of sync with the row version currently stored by the logic app Sql connector each day. This then means that I am unable to execute the trigger without performing a large number of random updates to get the two back in sync.
Is there a way to reset or change the rowversion that the logic app stores so I do not have to do this?