For some reason when i choose the MailingAddress the compound field on the contact the record is not triggering the flow, i see that conditions are not met? But when i choose the individual fields then the trigger is updating the account. May i know why this ? i checked all the conditions as it looked same in the video. Thanks
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 😄
Thank you Himanshu Sir.
welcome :)
Explained Very well Bro.
Thank you Palash!
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 🙂
For some reason when i choose the MailingAddress the compound field on the contact the record is not triggering the flow, i see that conditions are not met? But when i choose the individual fields then the trigger is updating the account. May i know why this ? i checked all the conditions as it looked same in the video. Thanks
Yes, you will have to choose individual fields to trigger it, not the compound field
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