Flow Builder
How to Use the "Flow Builder" in DBSync Cloud Workflow
Last updated
How to Use 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.
Login to DBSync Cloud Workflow: Navigate to the DBSync website and click on 'Login'. Enter your credentials to access the platform.
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.
PRO TIP
Utilize the Debug action frequently during the workflow design process. It helps to catch and resolve errors early, ensuring smoother workflow execution.
Creating Custom Tasks: Discover how to build custom tasks using the DBSync Task Builder.
Query: Learn to add queries for retrieving data from various sources.
Integrating Variables: Use variables to pass data between actions seamlessly.
Log Management - Manage and view logs to troubleshoot and monitor integration processes.
Transformation - Explore examples of using query transformations in your DBSync integration projects.