Create a child Event when the parent Event is updated using Flow #inSalesforce

Create a child Event when the parent Event is updated using record trigger flow


Steps:

Create a record triggered flow and object is Event, 

Decision Element > IsChild = False (that means this is parent) and other specific criteria as per your need.

Create Element > Create Event Relation record setting EventId equals the currentEvent Id and Relation id is the User Id (the one Invited) plus any other field that you want to setting

Debug and Activate the flow








                                   Visual: https://www.youtube.com/watch?v=DrSirE--gMc


Comments