Use the SetProcessFieldParameters component
-
- UpdatedFeb 1, 2024
- 3 minutes to read
- Washington DC
- RPA Hub
Sets the values of the associated Table fields mapped to the process field parameter, that you had configured in an attended configuration record of a bot process. This component updates the values of the configured field parameters associated to the Table field in the ServiceNow form record.
Before you begin
If you are running an automation from RPA Desktop Design Studio, then assign the automation to the bot process by using the Assign bot process option from the Toolbar of RPA Desktop Design Studio. In the Bot Process field, ensure to select an attended bot process that is enabled with Embedded Task Automation. In the Attended Config field, ensure to select an associated attended configuration. In the Record Context field, ensure to enter the Sys ID or URL of the ServiceNow form record. For more information, see Assign bot process to an automation project.
Create process field parameters as part of a bot process on the RPA Hub. See Create a process field parameter in RPA Hub.
Ensure you are familiar with Embedded Task Automation concepts. For more information, see Embedded Task Automation in RPA Hub.
- sn_rpa_fdn.rpa_developer or sn_rpa_fdn.rpa_admin, if you are running the automation from RPA Desktop Design Studio
- sn_rpa_fdn.rpa_assisted_user, if you are running the automation from the Attended Robot application.
About this task
You can configure the properties for the SetProcessFieldParameters component. For more information about these properties, see Properties of the Forms components.
Let's consider an employee badge creation use case. The following steps provide guidance of how to use the SetProcessFieldParameters component in this use case. For more information about the use case, see Embedded Task Automation in RPA Hub.
Procedure