How to use condition in bpm data?

,

I want to check the condition if it is an event that updates a single column, then I skip the code in the remaining bpm, can I use the condition?


Thank you! Have a nice day!

If I understood your requirement, you might need to iterate the list of columns involved and compare the tt values with DB values, increment the variable where values does not match. Finally check if the inc. variable value is > 1 , skip the remaining code.

1 Like

thank you i have done it here i just want to update only checkbox02 then i will skip the remaining code then apply checked again and it’s correct