activities
latest
false
UiPath logo, featuring letters U and I in white

Workflow activities

Last updated Feb 19, 2026

Getting Started

UiPath Form Designer is a customized implementation of the form.io engine that provides a drag-and-drop form builder experience in UiPath Studio.

As an RPA Developer, you use the UiPath Form Designer to build form interfaces that are required in an attended or unattended automation. You set the definition, behavior, and validation for every form field.

To interact with the Form Designer, select Open Form Designer inside the Create Form activity.

docs image

Form Components

A Form component provides you with the ability to collect user data. The UI components are grouped into categories, based on their functionality, as follows:

Form Component CategoryDescriptionForm Component
BasicContains the most used form fields.Text Field, Text Area, Number, Password, Checkbox, Select Boxes, Label/Header, File/Folder, Drop-down List, Radio, Button
AdvancedContains personal or time-related data.HTML Element, Content, Email, Phone Number, Date / Time, Day, Time, Currency, Survey
LayoutContains elements that alter the layout of the form.Columns, Panel, Table, Tabs
DataContains grids and containers specialized for harvesting data.Hidden, Container, Data Grid, Edit Grid, Grid

To create a custom form, drag the desired UI components, drop them to the right side panel, and arrange them to the logic of your use-case.

Check the About form components page to learn more about each form component and how to configure them.

Comparison between grid control components

The table below compares the capabilities of the grid controls available in the Form Designer. The table also describes the recommended scenarios for using each grid control component: Grid, Data Grid, and Edit Grid.

Legend: ✅ = Available ❌ = Not available.

CapabilityGridData GridEdit Grid
Recommended scenariosDisplaying large number of data for read-only purposes (read-only capability)Displaying a small set of data that need to be edited by the user (inline edit capability)Displaying a small set of data that need to be edited by the user (sub-form inline edit capability)
Recommended number of rowsUnlimited (100 rows pagination support)Not more than 100 rows. Risk of performance reduction beyond recommended numbersNot more than 100 rows. Risk of performance reduction beyond recommended numbers
Recommended number of columnsUnlimitedMaximum 7 columns for 100 rows. Risk of performance reductionMaximum 7 columns for 100 rows. Risk of performance reduction
Editable
Pagination
Sortable
Filterable
Column resizable at runtime
Row grouping
Logic & Conditions
Extensive customization using templates
Global search

Component Tabs

Once you select a form component, a wizard opens displaying several configuration tabs, to allow further customization for different functionality. Check progress in the preview pane of the wizard.

When you are satisfied with a component design, select Save.

The table below describes the settings available for the common wizard tabs.

Wizard TabDescriptionSpecial Mentions
DisplayConfigure the way the form component is displayed.The name you set in the mandatory Label field is passed as the PropertyName in the Field Key tab.
DataConfigure a default value that end users see in the text field.Components that may hold multiple items (e.g., Selectboxes, Tab) can be defined here.
ValidationConfigure validation requirements to enable other UI components.
Field KeyConfigure the component name you want to use further in the workflow.By default, this value is passed from the Label field of the Display tab.
ConditionalConfigure conditions for the component.You can set advanced conditions, such as Javascript or JSON.
LogicConfigure the logic that triggers the conditions.

Check the About Form Designer controls page to learn more about each wizard tab.

Important:

Using custom JavaScript logic may lead to security attacks, so make sure you understand the risk involved before implementing your JavaScript code.

Some form components have specific tabs, for example:

ComponentWizard TabDescription
Date / TimeDateConfigure the minimum and maximum dates available for selection.
TimeConfigure the incremental step for hours and minutes.
DayDayConfigure the way the business user selects the day (incremental or from a drop-down list).
MonthConfigure the way the business user selects the month (incremental or from a drop-down list).
YearConfigure the way the business user selects the year (incremental or from a drop-down list), and also the minimum and maximum year available for selection.
Edit GridTemplatesCustomize the headers and rows of your edit grid data.

Managing Form Components

docs image To reopen the configuration wizard, hover over the form component and select Edit.

docs image To rearrange the form components, select Move and drag the form component to another location inside your form.

docs image To edit the form component using its JSON settings, select Edit JSON. This opens the component JSON, displaying all the available settings.

docs image To copy a component inside the form, select Copy and then select docs image Paste below on the same component or on another one.

docs image To remove a component from your form, select Remove.

Managing Forms

The Form Designer ribbon has the following options:

docs image

  • Save—Saves the form you have designed.
  • Save As Template—Enables you to export the form you have designed as a template that can be reused in future automation processes.
  • Insert Template—Lets you browse for existing form templates and add them to the current project.
  • Clear Form—Deletes all components in the current form.
  • Preview—Enters a preview mode that shows you how the form looks like at runtime. This section also enables you to resize the display size of the form, or select a premade theme.

Customizing Themes

To customize a premade theme to your preference:

  1. In the Preview mode, navigate to the Themes panel.
  2. Select a premade theme.
  3. Select Customize Current Theme.
  4. Customize the form and the primary button using the available options.
  5. Select Save Customization.
    Note:

    Renaming a customized theme creates a clone for it. The theme is cloned to avoid breaking workflows that use the same theme, but reference it with the previous name.

  • Form Components
  • Component Tabs
  • Managing Form Components
  • Managing Forms

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2026 UiPath. All rights reserved.