Send an Email to Case Owners (Email List) when Parent Case is Closed using Flow #inSalesforce

Send an Email to Case Owners when Parent Case is Closed :


Create a record triggered flow,

Case object, on the update,

Criteria:
Status equals Closed, ParentCase equals True
Only when a record... selected

Get Record:
Case, Criteria;
Id equals record.caseId
MasterRecordId equals Record.CaseId

All Records

Choose a field and... selected
Id and OwnerId

Loop Element:
loopThrough getCases

EmailList variable text type, Allow Multiple

Assignment:
EmailList Add loopThrough.Owner.Email (to get the email of each owner)

Action Element:
sample body and subject
Email Addresses EmailList selected and checked








Comments