UiPath Documentation
apps
latest
false
Guia do usuário do Apps legado
Importante :
Para obter documentação sobre projetos de aplicativos no Studio Web, consulte o capítulo Projetos de aplicativos na documentação do Studio Web: https://docs.uipath.com/pt-BR/studio-web/automation-cloud/latest/user-guide/apps-in-studio-web. 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.

Usar valores selecionados de uma tabela

Visão geral

Neste tutorial, construiremos um aplicativo para usar o vínculo de valor selecionado de uma tabela de dados de maneira eficiente.

Ao selecionar uma linha de uma tabela, você pode usar um botão para abrir uma nova página com os dados dessa linha. Dessa forma, os usuários podem editar e atualizar essas informações.

Tutorial

In this short example, we will use a Label control to display the information from the selected row of a particular column in a table.

Dica:
  • O mesmo procedimento se aplica no caso de entidades ou listas personalizadas.
  • Para um caso de uso mais complexo, você pode usar um botão em vez de um rótulo. Esse botão pode abrir uma nova página, exibindo os dados da linha selecionada.
  1. Abra seu aplicativo existente ou inicie um novo.

  2. Add the process you want to use.

  3. Add a Table display control.

  • Bind the output of the process in the Data source field of the table. In our case, the output has three sub-properties: Name, Age, and Department.

  • Create a new app variable from the Selected value binding property of the table. To do so, click the Selected value binding property, and go to the App variables category. Click the Imagem dos documentos Plus sign and type in the name of the new variable. For this example, we will use New Field. Bind the new variable to the Selected value binding property.

4.1 Add a Label control below the table.

  • In the Text property of the label, add the New Field app variable from the Resources panel, type in . (dot), and then select any column from the process output. In this example, we will select Name.

Observação:

Informações Adicionais

The Label control will display the selected row from the configured column in run-time (in our case, the Name column).

  • Visão geral
  • Tutorial

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades