- Release notes
- Getting started
- For administrators
- RPA workflow projects
- Creating an RPA workflow from an idea
- Creating a project
- How to start an RPA workflow
- Managing project files and folders
- Connecting RPA workflows to your accounts
- Configuring activities
- Managing the activities in a project
- Passing values between activities
- Iterating through items
- Managing the data in a project
- Configuring a project to use your data
- Using file and folder resources
- App projects
- Agentic processes
- Agents
- Solutions
- API workflows - Preview

Studio Web User Guide
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.