Configuring DBSync Environment
This guide walks you through setting up a basic workflow in the new DBSync UI using the Flow Builder.
Step 1: Login and Create Project
Log in to your DBSync account.
Click on Create Project and provide a name.
Once created, your project will appear on the dashboard.
Step 2: Add a Connector
Navigate to the Apps page.
Click on Add Connector.
Choose a connector from the list and configure it with the required credentials.
Save the connector to make it available for use in flows.
Step 3: Create a Task
Inside your project, click Add Task and give it a name.
Assign a Bot to the task.
Click on Configure to launch the Flow Builder.
Step 4: Design Your Flow
Inside the Flow Builder:
Drag and drop a Flow Action from the left pane.
Inside the flow, drag and drop a Query Action.
In the Query Action:
Select the Connector from the dropdown.
Click on Visual Query Builder to define your query (e.g., select an object and apply filters).
Click Save.
Step 5: Add Transform & Write
Below the Query Action, drag and drop a Transform & Write Action.
In the Transform & Write configuration:
Select Console as the connector.
Set the Operation to
Insert
.Choose Object as
Console
.
Step 6: Map Fields
Click on the Map button inside the Transform & Write Action.
In the mapping window:
Drag fields from the left (source) to the right (target).
Click Save & Close.
Step 7: Save and Run
Click Save Flow to save your entire workflow.
Navigate to the Run tab and click Run Now.
View the results in the Console Output.
Last updated