All transform action
Last updated
Was this helpful?
Last updated
Was this helpful?
You are reviewing a list of users, and want to determine if all of the users are enabled. The previous list has been mapped using the map transform action to the attribute enabled
, providing a list of boolean True/False values to check against.
This transform action will look at a list of boolean values and return true if all of the elements in the list are true.
List
List of boolean values to check against.
This transform will output a boolean value.
Example output from Example 1: