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日 18: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