Overview

A custom checkbox flipper field is created on the Case object and paired with a before-save Self-Adaptive #Trigger Executable that always resets it to false while tracking an in-memory flag indicating whether it was flipped. Another #Trigger is configured to send an email notification whenever the field is flipped.

General Use Case

Use a flipper field with TRIGGER_FLIPPER and TRIGGER_IS_FLIPPED in #Trigger Executables to run repeatable automations—automatically or on demand—decoupling the automation logic from the condition that triggers it.

Video Demo

Prerequisites

Case.SendNotificationToContact__cCheckbox

Downloadable Executables

DownloadCase.Triggers

Walkthrough

1

Reset and Flag

reset-and-flag
2

New Executable - Case.NotifyContact.OnDemand

new-executable-case-notifycontact-ondemand
3

Trigger Settings

trigger-settings
4

Scoping

scoping
5

Mapping

mapping