Challenge- when Address is changed AND Country is NZ/Newzealand THEN Trigger should not work Suppose County is IN and I want to update it to NZ is NZ = New Zealand so False is NZ = NZ True (New Zealand OR NZ) = False OR True = True as country is changed so our expression (1or2or3) will be True as (False or True or False = True) final expression= (True) AND (True) which equals to True , hence will trigger but our aim was not the trigger when Country = NZ if we use (New Zealand AND NZ) = False AND True = False and final expression will be (True) AND (False) which equals to False, hence wont trigger and our aim is met : not the trigger when Country = NZ
Niclly done, its more comfortable than Process Builder and WorkFoll Rule.., Thank you again
Absolutely and more powerful too 😄
Explained Very well Bro.
Thank you Palash!
Thank you Himanshu Sir.
welcome :)
Thank You Himanshu
Welcome 🙏
Hi, could you please tell what is the relevance of using who id and what id in flows? as it was used in a superbadge
I will make a video on it and share it with you soon 🙂
shouldn't the logic should be:
(1 or 2 or 3) and (4 or 5)
as in challenge it is mentioned New Zealand or NZ
please clarify
Challenge- when Address is changed AND Country is NZ/Newzealand THEN Trigger should not work
Suppose County is IN and I want to update it to NZ
is NZ = New Zealand so False
is NZ = NZ True
(New Zealand OR NZ) = False OR True = True
as country is changed so our expression (1or2or3) will be True as (False or True or False = True)
final expression= (True) AND (True)
which equals to True , hence will trigger
but our aim was not the trigger when Country = NZ
if we use (New Zealand AND NZ) = False AND True = False
and final expression will be (True) AND (False)
which equals to False, hence wont trigger
and our aim is met : not the trigger when Country = NZ