List/search users action
- Updated: 2023/06/21
List/search users action
Retrieve a list of users that match your input criteria.
Settings
- Select how the data will be entered to begin adding user
data to the search.
- If using a List:
- Select the data Type.
- Enter the Value of the data in the list.
- If using Variable, then select the established variable of the data to be added to the list.
- If using a List:
- Optionally, select whether the State of the user is active or inactive.
- Enter the Session name for your changes to the repository.
- Choose a variable where the outcome data can be saved.
Note: The output is retrieved as a list of type Dictionary. To read an individual record (row) in this list, you need
to loop through all the dictionary items using the Loop action and
read or extract the records (rows) individually. For example, the output of get multiple
records is saved in the variable list_of_records_any. If the variable
contains five records, then each record is passed to the Loop action to be processed one at
a time.