activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.
UiPath logo, featuring letters U and I in white

Atividades do fluxo de trabalho

Última atualização 19 de fev de 2026

Componentes Básicos

Campo de Texto

Tipo de dados: String

You can use the Text Field component to input short text.

docs image

Área de Texto

Tipo de dados: String

You can use the Text Area component to input long text. The Text Area component offers multi-line input.

The Rows setting allows you to set how many rows are visible in the Text Area component.

docs image

Número

Tipo de dados: System.Double

You can use the Number component to input any number value.

docs image

  • Use Thousands Separator - separates thousands with a comma.
  • Require Decimal - always shows decimals, even if 0.
  • Decimal Places - sets the maximum number of decimals displaying.

Senha

Tipo de dados: System.Security.SecureString

You can use the Password component to input passwords. The text is displayed as asterisks instead of the actual value entered for secrecy.

docs image

Caixa de seleção

Tipo de dados: Boolean

You can use the Checkbox component to input boolean values (true or false).

docs image

Selecionar Caixas

Tipo de dados: System.Collections.Generic.IEnumerable<System.String>

You can use the Select Boxes component to allow users to choose multiple values from a list.

docs image

Valores — permite que você adicione opções a seu componente Select Box. A coluna é o valor visível para os usuários. A coluna Valor é o nome armazenado nos dados.

Dica:

Você pode passar ou recuperar valores de um componente Select Boxes , usando as atividades Set Form Values e Get Form Values . Para fazer isso, atribua o valor do argumento como uma variável do tipo List .

Rótulo/Cabeçalho

Tipo de dados: String

You can use the Label/Header component to add labels to other form components. You can also use it to separate sections in your form.

docs image

  • Label Size - choose a size or type for the Label/Header component from the dropdown list.

Tipo de dados: String

You can use the Drop-down List component to display lists in a dropdown format.

docs image

  • Widget Type - select the type of widget you want to use.

  • Data Source Values - input the values that appear in the dropdown list. The Label column is the value visible to users. The Value column is the name stored in the data.

    docs image

  • Item Template - HTML template that allows you to control the way values are displayed in the dropdown list. You can access the values in the dropdown list, through the item variable. For example, use item.label to access a certain value in the dropdown list

  • Refresh Options On - refreshes data when another field changes.

  • Refresh Options On Blur - refreshes data when another field is blurred.

  • Clear Value on Refresh Options - clears the components value when the Refresh On Field option is changed.

  • Read Only Value - only show the value when in Read-Only mode.

  • Choice.js options - input raw JSON object to use as options for the Select component.

  • Use exact search - disables search algorithm threshold.

  • Custom Default Value - create a custom default value using JavaScript or JSONLogic.

Rádio

Tipo de dados: String

You can use the Radio component to allow users to choose only one value from a list.

docs image

  • Values - input the values that appear in the list. The Label column is the value visible to users. The Value column is the name stored in the database.

Botão

Tipo de dados: String

You can use the Button component to allow users to perform various actions in the form.

docs image

  • Action - select the action you want the button to perform:
    • Enviar - envia o formulário.
    • Clicar - executa a operação de clique.
    • Reset Form - resets the form fields.
    • Event - when a user clicks the button, a certain event starts running. When selecting Event you need to input the event in the Button Event field.
  • Theme - choose the color theme of the button from the drop-down list.
  • Size - choose the size of the button from the drop-down list.
  • Block Button - stretches to the full width of the bounding container.
  • Left / Right Icon - add the full icon class string, to show a specific icon. For example, you can add fa fa-plus.

Esta página foi útil?

Obtenha a ajuda que você precisa
Aprendendo RPA - Cursos de automação
Fórum da comunidade da Uipath
Uipath Logo
Confiança e segurança
© 2005-2026 UiPath. Todos os direitos reservados.