activities
latest
false
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.
UiPath logo, featuring letters U and I in white

Activités de workflow

Dernière mise à jour 19 févr. 2026

Composants de base

Champ de texte

Type de données : String

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

docs image

Zone de texte

Type de données : 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

Numérique

Type de données : 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.

Mot de passe (Password)

Type de données : 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

Case à cocher

Type de données : Boolean

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

docs image

Cocher les cases

Type de données : 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

Valeurs : permet d'ajouter des options à votre composant Cocher la case. La colonne est la valeur visible par les utilisateurs. La colonne Valeur est le nom stocké dans les données.

Astuce :

Vous pouvez transmettre ou récupérer des valeurs à partir d'un composant Cocher les cases à l'aide des activités Définir les valeurs du formulaire et Obtenir les valeurs du formulaire . Pour ce faire, affectez la valeur de l'argument en tant que variable de type List .

Libellé/en-tête

Type de données : 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.

Type de données : 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.

Bouton radio

Type de données : 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.

Button

Type de données : 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:
    • Soumettre : soumet le formulaire.
    • Cliquer : effectue l'opération 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.

Cette page vous a-t-elle été utile ?

Obtenez l'aide dont vous avez besoin
Formation RPA - Cours d'automatisation
Forum de la communauté UiPath
Uipath Logo
Confiance et sécurité
© 2005-2026 UiPath Tous droits réservés.