Hello all,
I have a SQL flow "When an item is modified (V2)", and I want to receive a message when the column "Quoted" 's value [bit] has been updated to true

then I build the flow as below

the problem is:
no matter which column I update, I will receive the message
such as "update Erp.QuoteHed set CustNum = 10 where quotenum = '100015'"
how to resolve this problem?
Thank you