How can I perform not equal to operations for multiple variables in a single If condition in uipath

How can I perform not equal to operations for multiple variables in a single If condition in uipath!?

Hi @Chandni,
Could you put some light on it. Maybe describe an example about that. It will be easier to understand.

Hii Pablito, actually I need to compare 2 datatable,
both datatable have same column and if the value of particular column value is not same in the both dt then I need to update the second dt.

I suggest to check out the forum :wink: This are one of the common topic:
https://forum.uipath.com/search?q=compare%20datatable

Hi @Chandni,

Just a suggestion, can you use the approach where you write your code into the else part of the if condition instead?

Regards,
@hacky