Boolean

Boolean actions return true/false values that can be used in conditional logic (e.g., inside If blocks). They are useful for checking empty values, comparing strings for similarity, and detecting whether a flow is running in the global context.

Available Actions

ActionDescription
IsEmptyCheck if a given text value is empty.
IsSimilarCheck if two strings are semantically similar.
IsGlobalCheck if the current skill is running in the global context.