
Announcements
Hi, I'm connecting manage instance with SQL trigger. When I use "When an item is created (V2)", everything's working fine. But if I use "When an item is modified (V2)", no available table in DB is offered. In both cases I use the same connection. The moment I enter a custom value, the flow crashes on error "Cannot run trigger query for table". Any suggestions, please?
Hi @pavlamar ,
Although the document shows 'A ROWVERSION or an IDENTITY column is required.' for this trigger, I found the IDENTITY can't work.
I suggest you create a rowversion column.
Best Regards,
Wearsky