Using Insert work item action
- Updated: 2023/09/13
Using Insert work item action
The Insert work item action provides you the flexibility to insert a work item to another queue as part of a bot execution.
Prerequisites
- You must have the Queue Owner or Participant privileges to view the list of queues in the Workload package.
- Do not attach the bot with a work item template as the bot fails when it is deployed on a Bot Runner.
- The maximum number of characters you can insert in a work item value is 1000.
Considerations when using the Insert work item
action:
- Run the bot using one of the following options:
- Run bot now
- Schedule bot
- Run with triggers
- Use the Insert work item to manage complex workflows by
configuring a bot to add work items from multiple queues.
For example, use a bot to read a list of invoices from a .csv file and add the invoices due for payment to another bot that manages information of payments due on specific dates. The automation can be used in the scenarios where work items are part of a different system (Database, Excel) and the bot reads them and adds them to a queue or where one queue adds work items to another queue as part of data chaining.