Use record triggered flow to copy the Address from Parent to Child (like from Account to Contact) #inSalesforce
Use record triggered flow to copy the Address from Parent to Child (like from Account to Contact)
using Record Triggered Flow -
After Operation
On Account > Decision : Make sure that the Shipping Address on Account are not Blank (put criteria as in video) > Update Contact - Criteria : If this Contact Account is matching with the Account record with are checking in Flow. If yes, this means this contact is related to that Account (in flow). If criteria matches Update this Contact's Mailing Address (detail in video) from the related Account (checked in flow).
Comments
Post a Comment