Quick Start Example
What You'll Learn
In this walkthrough you will:
- Create a new workflow in the Workflow Builder.
- Add a Visual Query node and connect it to a database table (
tdsls040 - Sales Orders), selecting all columns. - Add a UI node and connect it to the Visual Query node — this lets the end user interact with the workflow before it continues.
- Add an Excel Builder node to generate an Excel file from the query results.
- Add a Rename File node to give the output file a meaningful name.
- Configure the UI node by adding a Download widget and associating it with the Rename File node, so the user can download the result.
- Run the workflow directly from the builder and download the generated file via the UI Node Viewer.
- Deploy the workflow and publish it to the Library.
- Run the workflow from the Library as an end user would.