Configuring Workflow Studio Playbook Variants Using Related Records and Conditional ExecutionIssue Clarification is needed on configuring playbook variant conditions in Workflow Studio. Specifically: Whether variant conditions can be based on related records (e.g., triggering a variant based on a related incident’s status).Whether variants can be initiated mid-playbook, triggered by a specific event within the existing flow.Resolution1. Variant Conditions Based on Related RecordsVariant conditions can be configured using fields from related records. If the related record (e.g., incident) can be dot-walked from the trigger record, its attributes—such as status—can be used to define the variant condition. 2. Mid-Playbook Variant ExecutionVariants are evaluated and selected at the beginning of the playbook. Mid-playbook initiation is not supported. To achieve similar outcomes, use decision branches and activity run conditions to control execution paths dynamically based on runtime conditions.