The "List Is Empty" step checks whether a list variable has no items and returns Yes if the list is empty. This step is useful for validating that a list does not contain any elements.
Configuration
Variable: The list variable to be checked.
Outputs
Result: A boolean value (Yes or No) indicating whether the list is empty.