UiPath Documentation
activities
latest
false
Workflow activities

Form components

Form components provide you with the ability to collect various kinds of data.

Form components provide you with the ability to collect various kinds of data. To create a custom form, drag the desired UI components into the form and arrange them to the logic of your use-case.

The form components are available in the Components panel.

Form components can be associated with a specific data type, such as String, Double or SecureString. However, there are some form components that do not have a standard data type associated with them. In these cases, there are two possible behaviors:

  1. The form component may be hidden at runtime, meaning it will not be displayed to the end-user when the form is rendered. For example, this behavior applies for the HTML Element.
  2. Secondly, the form component may not have a data type itself, but instead contains other form components that do have specific data types. In this case, the form component serves as a container or wrapper for the other components, allowing them to be grouped together in a logical manner.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated