activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.
UiPath logo, featuring letters U and I in white

Actividades del flujo de trabajo

Última actualización 20 de feb. de 2026

Componentes básicos

Campo de texto

Tipo de datos: String

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

docs image

Área de texto

Tipo de datos: 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 datos: 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.

Contraseña

Tipo de datos: 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

Casilla de verificación

Tipo de datos: Boolean

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

docs image

Seleccionar casillas

Tipo de datos: 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 : te permite añadir opciones a tu componente Cuadro de selección. La columna es el valor visible para los usuarios. La columna Valor es el nombre almacenado en los datos.

Consejo:

Puedes pasar o recuperar valores de un componente Seleccionar cuadros , utilizando las actividades Establecer valores de formulario y Obtener valores de formulario . Para ello, asigna el valor del argumento como una variable de tipo List .

Etiqueta/encabezado

Tipo de datos: 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 datos: 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.

Radio

Tipo de datos: 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ón

Tipo de datos: 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 : envía el formulario.
    • Clic : realiza la operación de clic.
    • 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.

¿Te ha resultado útil esta página?

Obtén la ayuda que necesitas
RPA para el aprendizaje - Cursos de automatización
Foro de la comunidad UiPath
Uipath Logo
Confianza y seguridad
© 2005-2026 UiPath. Todos los derechos reservados.