List/search queues action

Retrieve a list of queues that match your input criteria.

Settings

  • Optionally, enter a 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.Loop action for get multiple records