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 28 de fev de 2026

Componentes Avançados

Elemento HTML

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

Observação:

Habilite a propriedade Desabilitar sanitização dentro da atividade Criar formulário para mostrar todo o conteúdo não seguro dentro de um Elemento 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.

Para exibir formulários de imagens, você precisa usar o componente do Elemento HTML . Verifique o seguinte tutorial Exibição de imagens.

Para arquivos PDF, você só pode exibi-los ao criar um formulário HTML personalizado.

Content

Você pode usar o componente Conteúdo para adicionar informações em seu formulário, que é somente exibição. O valor do componente não é enviado de volta ao fluxo de trabalho.

docs image

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

Email

Tipo de dados: String

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

docs image

URL

Tipo de dados: System.Uri

Você pode usar o componente Url para adicionar um campo para inserir endereços de URL, garantindo que eles estejam no formato correto.

Número de telefone

Tipo de dados: 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érico
  • a - alfabética
  • * - alfanumérico
  • Carac. de Placeholder da Máscara de Entrada - Você pode usar um caractere como espaço reservado no campo. Por exemplo, você pode usar um hífen (-).
    Observação:

    O caractere placeholder é substituído por um espaço se for usado dentro da máscara.

Data/Hora

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

  • Use Input para adicionar moment.js para minDate - permite que o usuário use uma entrada para a função de momentominDate , em vez de um calendário.

  • 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

Dia

Tipo de dados: System.DateOnly

Você pode usar o componente Dia para solicitar uma entrada para Dia,Mês e Ano, por meio de um campo do tipo número ou de um campo do tipo seleção.

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

Hora

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

Moeda

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

Pesquisa

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

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.