Conditional

Summary

Creates a conditional branch for if/then/else logic.

Parameters

NameExplanationType
ConditionsThe conditions to evaluate before executing the logic.Conditions?
ThenCommands to execute when the Conditions are met.Commands
ElseCommands to execute when the Conditions are not met.Commands