List Is Not Empty
Introduction
The "List Is Not Empty" step checks whether a list variable contains one or more items and returns Yes
if the list is not empty. This step is useful for ensuring that a list has elements.
Configuration
Variable: The list variable to be checked.
Outputs
Result: A boolean value (
Yes
orNo
) indicating whether the list is not empty.
Last updated