List/search roles action
- Updated: 2023/06/21
List/search roles action
Retrieve a list of roles for the organization.
Settings
- Optionally, enter the Role name for the list.
- 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.