Flow Builder
Unleash the power of automation using the Flow Builder in DBSync Cloud Workflow
Last updated
Unleash the power of automation using the Flow Builder in DBSync Cloud Workflow
Last updated
The Flow Builder in DBSync Cloud Workflow is a powerful tool that allows users to create and manage complex workflows visually. It provides an intuitive drag-and-drop interface to design workflows that integrate various applications and automate data processes. This guide outlines the steps to use the Flow Builder effectively.
Create a New Project: Once logged in, click on Create to start a new project. Provide a name for your project (e.g., My Workflow Project) and create a Task (Salesforce Order to Cash). Click Configure to Navigate to the Flow Builder.
Navigate to Flow Builder: From the project dashboard, locate and select the Flow Builder option. This will open the graphical interface where you can design your workflow.
Drag and Drop Actions: In the Flow Builder, you will see a palette of available actions on the left side. Drag and drop the desired actions onto the canvas. Common actions include:
Query: To retrieve data from a source.
Email: To send emails.
SQL: To perform SQL operations.
Flow: To execute sub-flows.
Variable: To manage variables (e.g., 'AccountName') and assign it a value.
Transform & Write: To transform data and send it to a target system.
Debug: To monitor and troubleshoot the workflow.
If: To add conditional logic.
For: To create loops.
Configure Action Settings: Click on each action you added to the flow to configure its settings. This may include:
Selecting data sources (e.g., Salesforce, QuickBooks).
Specifying parameters or conditions for the action.
Defining how data should be transformed or mapped.
Establish Connections: Connect the actions in your workflow by dragging a line from the output of one action to the input of another. This defines the flow of data between the actions.
Define Triggers: If your workflow needs to be initiated based on specific events (e.g., a new record in a database), set up triggers accordingly.
Add Conditions: You can add conditional logic to your workflow to execute certain actions based on specific criteria (e.g., if a field value meets a certain condition).
Save Your Workflow: Once you have configured all actions and connections, click Save to store your workflow.
Test the Workflow: Run the workflow to test its functionality. Monitor the output and check for any errors or issues. Use the Debug action to help identify problems.
Review Logs and Outputs: After running the workflow, review the logs to see the execution details and any errors that may have occurred.
Make Adjustments: If necessary, return to the Flow Builder to make adjustments based on the test results. This may include modifying action configurations, changing connections, or adding new actions.
Remote Agents - Manage and execute workflows, allowing users to connect applications, automate data flow, and create workflow groups.
: Discover how to build custom tasks using the DBSync Task Builder.
: Learn to add queries for retrieving data from various sources.
: Use variables to pass data between actions seamlessly.
- Manage and view logs to troubleshoot and monitor integration processes.
- Explore examples of using query transformations in your DBSync integration projects.