Map host data using bot inputs
- Updated: 2023/08/04
Map host data using bot inputs
In a host application, you can pass supported input variable data to your attended bots in the iFrame widget.
Prerequisites
- Provided a system-created AAE_Robotic_Interface User role for the Co-Pilot User.
- You have access to Automation Co-Pilot.
- You have already set up your host data in a web application that supports the iFrame technology, such as Salesforce or ServiceNow, see Map data from HTML to form.
- You have created a bot that
contains variables with an input type, and checked in. Therefore this bot is available for you to access in the iFrame widget. Note: String, Number, Boolean, and DateTime variable types are supported to pass data to an attended bot. In additional, there are new IDs for event.processId and event.botId, where
pID
is for process andbotID
is for bots.
Sample of a bot with input variables:
This form uses the Set action from the Interactive Forms package to set input variable values in each form fields. See Interactive forms package.