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 9 mars 2026

Composants avancés

Élément HTML

You can use the HTML Element to display a single HTML element in your form and configure it based on your use-case.

Remarque :

Activez la propriété Désactiver le nettoyage dans l’activité Créer un formulaire pour afficher tout le contenu douteux à l’intérieur d’un élément HTML.

docs image

  • HTML Tag - The tag of the HTML Element.
  • CSS Class - The CSS Class that can be added for this HTML Element. You can input multiple classes, by separating them with single spaces.
  • Attributes - The attributes for the HTML Element. Only safe attributes are allowed, such as: src, href, and title.
  • Content - the content of the HTML Element.
  • Refresh On Change - re-renders the HTML Element whenever a value changes in the form.

Pour afficher les formulaires d'images, vous devez utiliser le composant Élément HTML . Consultez le didacticiel suivant Affichage des images.

Pour les fichiers PDF, vous ne pouvez les afficher que lorsque vous créez un formulaire HTML personnalisé.

Contenu (Content)

Vous pouvez utiliser le composant Contenu pour ajouter des informations à votre formulaire, qui sont en lecture seule. La valeur du composant n'est pas renvoyée au workflow.

docs image

  • Refresh On Change - renders the Content component each time a value in the form changes.

E-mail (Email)

Type de données : String

You can use the Email component to add a field for inputting email addresses.

docs image

URL

Type de données : System.Uri

Vous pouvez utiliser le composant URL pour ajouter un champ de saisie pour les adresses URL, afin de vous assurer qu'elles sont au bon format.

Numéro de téléphone

Type de données : String

You can use the Phone Number component to add a field for inputting phone numbers.

docs image

  • Input Mask - Provides a predefined format for the phone number. For the phone number field, the default format is (999) 999-9999.
  • 9 – numérique
  • a - Par ordre alphabétique
  • * - alphanumérique
  • Caractère d’espace réservé du masque d’entrée : vous pouvez utiliser un caractère comme espace réservé dans le champ. Par exemple, vous pouvez utiliser un trait d'union (-).
    Remarque :

    Le caractère d’espace réservé est remplacé par un espace s’il est utilisé à l’intérieur du masque.

Date/Heure

Type de données : String

You can use the Date/Time component to input dates, times, or input both.

docs image

  • Format - the format used for displaying the datetime value.

  • Enable Date Input - allows users to input dates for this field.

  • Utiliser une entrée pour ajouter une valeur moment.js pour minDate : permet à l'utilisateur d'utiliser une entrée pour la fonction de momentminDate , au lieu d'un calendrier.

  • Use calendar to set minDate - enables the user to use a calendar to set the minDate.

  • Use Input to add moment.js for maxDate - enables the user to use an input for maxDate moment function, instead of a calendar.

  • Use calendar to set maxDate - enables the user to use a calendar to set the maxDate.

  • Disable specific dates or dates by range - add dates that you want to ban. For example, 2027-08-11.

  • Custom Disabled Dates - allows you to ban certain dates using a customized function.

  • Disable weekends - allows you to ban weekends.

  • Disable weekdays - allows you to ban weekdays.

  • Enable Time Input - allows users to input time for this field.

  • Hour Step Size - the number of hours that have to be incremented or decremented in the time picker.

  • Minute Step Size - the number of minutes that have to be incremented or decremented in the time picker.

  • 12 Hour Time (AM/PM) - displays time in 12 hour periods, using AM or PM.

  • Default Date - sets the default value to a specific date using Moment.js functions. For example, you can use the following function: moment().substract(10, 'days').

    docs image

Jour

Type de données : System.DateOnly

Vous pouvez utiliser le composant Jour pour demander des entrées pour le Jour,le Mois et l' Année, soit via un champ de type nombre, soit via un champ de type sélection.

docs image

  • Type / Type of input - choose to give input for Day, Month, or Year either by typing in a number or by selecting options from a dropdown list.

Minimum / Maximum Year - choose the minimum / maximum year that can be entered.

  • Require Day - the Day field must be filled in before the form renders.

  • Require Month - the Month field must be filled in before the form renders.

  • Require Year - the Year field must be filled in before the form renders.

  • Maximum / Minimum Day - choose a minimum / maximum day that can be entered. You can also use Moment.js functions. For example, you can use moment().add(10, 'days').

    docs image

Délai (Time)

Type de données : System.TimeOnly

You can use the Time component to input time in different formats.

docs image

  • Input Type - select the type of widget you would like to use for inputting time: HTML5 Time Input (users can choose the time from a given panel) or Text Input with Mask (users can manually input the time).

Devise

Type de données : System.Double

You can use the Currency component to display financial amounts using a certain currency. The component has an input mask that displays the currency icon and automatically adds commas based on the number that the user inputs. The component allows two decimal values.

docs image

  • Currency - choose a certain currency from the drop-down list.

Enquête

Type de données : System.Collections.Generic.Dictionary<System.String,System.String>

You can use the Survey component to allow users to answer multiple questions, by choosing only one value from a list.

docs image

  • Questions - add the questions that the users should answer.
  • Values - add the options that the user can select per question.

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

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour