---
sourceDocument: Yokohama Data and Automation
sourceDocumentLink: https://www.servicenow.com/docs/r/yokohama/integrate-applications

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Data and Automation

ft:clusterId :

    - crint

bundleId :

    - crint

workflow :

    - Creator


---

# Forms

# Forms {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

The Forms components help you to trigger attended automations that are enabled with the Embedded Task Automation.

Ensure you are familiar with Embedded Task Automation concepts. For more information, see [Embedded Task Automation in RPA Hub](https://www.servicenow.com/docs/E20Yptcjxvg0ISDIbUTc5g "With the embedded task automation feature, trigger attended bot processes (attended automations) from the ServiceNow forms, apart from initiating them from the Attended Robot application.").
* **[Use the AttendedConfigurations component](https://www.servicenow.com/docs/uiygFIzvnfg3BnvTom0FQA)**   
  When you use the AttendedConfigurations component, it shows a list of attended configurations associated to the selected same bot process. To select and give control out port for each configuration that routes the automation logic.
* **[Use the GetProcessFieldParameters component](https://www.servicenow.com/docs/GCO67BYDVC5Whfd8~aZq_A)**   
  Gets 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. The component returns both the individual values of the parameters and all values as an object. This component reads the value of the associated Table field in the ServiceNow form record.
* **[Use the GetRecordContextID component](https://www.servicenow.com/docs/HJGTyy7LFFlzKZTZP1pmkg)**   
  Get the Sys ID of the ServiceNow form record that is associated to an attended configuration with the GetRecordContextID component in the RPA Desktop Design Studio. Sys ID is the output of the component. For example, Sys ID is used to fetch the attachments in a record.
* **[Use the SetProcessFieldParameters component](https://www.servicenow.com/docs/NGK6dyvAxfl5r5WYrEnDLA)**   
  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.
* **[Properties of the Forms components](https://www.servicenow.com/docs/H4oBZCj3zsSyGiSFn5Rzkg)**   
  Learn about the properties of the Forms components in RPA Desktop Design Studio.

