User Query#
The User Query node retrieves multiple users from the platform's user database, filtered by group membership.
Settings#
- Group: The user group to query — can be a specific group or a flow variable. Only users belonging to this group will be returned.
Output#
The flow will loop over each returned user, making their properties (name, email, etc.) available as flow variables for use in subsequent nodes.
Tips#
This node is useful for sending notifications to all members of a group, assigning tasks dynamically, or generating reports per user.
See Flow Designer