Skip to main content
Carl Bruno (Salesforce) 님이 #Flow에 질문했습니다

Me and a workmate are working on cases linked with calendar events.

If a case is closed, any events related to that case should be deleted.

We know it would be a record-triggered flow, but what are the steps to making it to accomplish the task at hand?

답변 3개
  1. 2023년 10월 31일 오후 6:05

    Ok, so my solution would work, but you would need an extra filter in the Get Records element:

    End Date time - Greater than - Flow>CurrentDateTime

     

    You'll need to do the same flow on Orders

0/9000