- Notas de versão
- Introdução
- Para administradores
- Projetos de fluxo de trabalho de RPA
- Como criar um fluxo de trabalho de RPA a partir de uma ideia
- Criação de um projeto
- Como iniciar um fluxo de trabalho de RPA
- Gerenciamento de arquivos e pastas do projeto
- Conectar fluxos de trabalho de RPA às suas contas
- Configuração de atividades
- Gerenciamento de atividades em um projeto
- Como transmitir valores entre atividades
- Como iterar por itens
- Como gerenciar os dados em um projeto
- Configuração de um projeto para usar seus dados
- Como usar recursos de arquivos e pastas
- Projeto do aplicativo
- Apps no Studio Web
- Atividades do aplicativo
- Processos com agentes
- Agentes
- Soluções
- Fluxos de trabalho de API - Visualização
- Interface do usuário
- Gerenciamento de fluxos de trabalho da API
- Consumo de fluxos de trabalho da API
- Criando seu primeiro fluxo de trabalho da API
- Paginação em chamadas HTTP
- Extração da hierarquia de trabalho do Workday
- Retrieving ticket details
- Integrating Snowflake Cortex API with API workflows
- Integrating Databricks Genie API with API workflows

Guia do usuário do Studio Web
Databricks Genie enables natural language interaction with your enterprise data, allowing you to query, analyze, and act on datasets without needing to write code.
This guide provides a practical walkthrough of how to interact with a Databricks Genie API to get information based on a question input. It performs the following main actions:
- Initializes variables—Sets up necessary parameters like tokens, URLs, and IDs.
- Gets a token—Makes an HTTP POST request to obtain an access token for authentication.
- Starts a conversation—Sends the user question to the Genie API to initiate a conversation.
- Polls for message completion—Enters a Do While loop to repeatedly check the status of the Genie message until it is COMPLETED.
-
Retrieves query results—Once the message is complete, it fetches the final query results from the Genie API and provides the retrieved data as the workflow output.
First, you need to have a Genie space called "Item Restrictions" in your Databricks workspace.
Its purpose is to reference shipping restrictions for different products and provide answers regarding shipping details.
Key take-aways:
- Simple setup – API Workflow provides a fast way to connect Genie without custom code.
- Consistent schema – Genie responses are JSON-based, easy to parse into UiPath.
- Scalable integration – Responses can be used in Apps, long-running workflows, or orchestrations.
- Rapid prototyping – Setup for working automation takes minutes, allowing quick validation of use cases.