Cloud Workflow
Raise an IssueJoin Community
  • Getting Started
    • Introduction
    • Integration Basics
    • Sign Up and Get a License
    • Features and Benefits
  • DBSync Platform
    • Core Components
    • System Requirements
    • AppCenter
      • Company and User Management
    • Development Studio
    • Security Features
  • iPaaS
    • Home
    • Apps
    • Extend
      • Functions
    • Administration
      • User & Role Management
    • Logs
    • Remote Agent
    • Published Templates
  • Create your Workflow
    • Project
    • Task
    • Flow Builder
      • Standard Functions
    • Actions
      • Flow
      • Variable
      • Transform and Write
      • SQL
      • Restructure
      • Query
      • Debug
      • ReST
      • Conditions
        • If (Condition)
        • For (Loop)
      • Storage
        • Dropbox
        • File
        • CSV
        • Google Drive
        • FTP
        • S3
      • Flow Management
        • Flow
        • Logs
        • Notification
        • Schedule
        • API
        • Webhook
        • Forms
    • Configuring DBSync Environment
  • Connectors
    • Amazon S3
    • Authorize.NET
    • ChannelAdvisor
    • Database
    • Dropbox
    • FTP
    • Google Drive
    • Google Sheets
    • HubSpot
    • JIRA Cloud
    • JIRA Service Management
    • Linnworks
      • Creating the DBsync Application on Linnworks Developer Instance
    • Mailchimp
    • Microsoft Dynamics 365 Business Central
    • Microsoft Dynamics 365 Finance and Operations (D365 F&O)
    • Microsoft Dynamics CRM Online
    • Microsoft Dynamics GP
    • Microsoft Dynamics NAV
    • monday.com
    • Narvar
    • NetSuite
      • NetSuite Connector Settings
    • OpenAPI
    • PointClickCare
    • QuickBooks Desktop
    • QuickBooks Online
    • Sage Intacct
    • Salesforce
    • ShipStation
    • Shopify
    • SkuVault
    • WooCommerce
  • Template Library
    • Salesforce to QuickBooks Online Order to Cash
    • Salesforce to QuickBooks Desktop Order to Cash
    • Salesforce to FTP Integration
    • QuickBooks Online to Salesforce Accounts Receivable
    • QuickBooks Desktop to Salesforce Accounts Receivable
    • QuickBooks Online to Business Central Integration
    • QuickBooks Online to ShipStation Orders
    • QuickBooks Desktop to Shipstation Orders
    • QuickBooks Desktop to monday.com Integration
    • QuickBooks Online to monday.com Integration
    • Shopify to QuickBooks Online
    • Shopify to QuickBooks Desktop
    • Linnworks Orders to QuickBooks Online
    • Linnworks Orders to QuickBooks Desktop
    • Linnworks to Salesforce Integration
    • Salesforce Litify and QuickBooks Online
    • Salesforce Litify and QuickBooks Desktop
    • HubSpot to QuickBooks Online Order to Cash
    • HubSpot to QuickBooks Desktop Order to Cash
    • SkuVault Orders to QuickBooks Desktop
    • SkuVault Orders to QuickBooks Online
    • SkuVault and Salesforce
    • ChannelAdvisor Orders and Salesforce
    • ChannelAdvisor and QuickBooks Online
    • ChannelAdvisor and QuickBooks Desktop
    • Shopify Orders to Dynamics365 CRM
    • Shopify Orders to Salesforce
    • ShipStation to Dynamics 365 CRM
    • ShipStation Orders to Salesforce
    • ShipStation to QuickBooks Online Orders
    • ShipStation to QuickBooks Desktop
    • Target Recruit to QuickBooks Online
    • Target Recruit to QuickBooks Desktop
    • QuickBooks Online to Database
    • QuickBooks Desktop to Database
  • Troubleshooting
    • Common Errors & Fixes
    • Adding Trusted IP Address in Salesforce
    • Installing QuickBooks Web Connector
    • QuickBooks to Salesforce Data Migration
    • Setting Password in QuickBooks Web Connector
    • Starting QuickBooks Web Connector
    • Update Salesforce Password & Security Token in DBSync
  • Additional Resources
    • Billing Information - Auto Renewal
  • Tutorials
    • Salesforce and QuickBooks
      • Account Hierarchy in Salesforce and QuickBooks
      • Account Owner Mapping
      • Resolving Email Fields Sync Issues in QuickBooks Online
      • Mulitple Price Levels in Salesforce QuickBooks Integration
      • Multicurrency in QuickBooks to Salesforce Integration
      • Multicurrency in Salesforce - QuickBooks Desktop Integration
      • Multicurrency in Salesforce QuickBooks Online Integration
      • Product Hierarchy in QuickBooks and Salesforce
      • QuickBooks Data Extraction Queries
      • QuickBooks File Backup and Recovery Process
      • QuickBoooks Reports to Salesforce Integration
      • Recurring Transactions to Accounting System
      • Retrieve Value from custom Field of QuickBooks Online
      • Salesforce Opportunity to QuickBooks - Disabling Jobs
      • Salesforce QuickBooks Custom Mappings
        • Use Case
      • Salesforce QuickBooks Integration with Multiple QuickBooks
      • Syncing Standard Group Line Items in QuickBooks Desktop
    • Using Date Function in DBSync Integration
    • Salesforce and Database
      • Database to Salesforce Integration
    • Database to Database
      • Database to Database Integration
Powered by GitBook
On this page
  • Debugging a Flow in DBSync Cloud Workflow
  • Steps to Debug a Flow
  1. Create your Workflow
  2. Actions

Debug

Learn about debugging the workflow automation

PreviousQueryNextReST

Last updated 1 month ago

Debugging a Flow in DBSync Cloud Workflow

Debugging a flow in DBSync Cloud Workflow helps identify and resolve issues in your integration processes.

Follow these steps to effectively use the debugging features:

Steps to Debug a Flow

  1. Add Query Action: Drag and drop a Query action into the flow. Configure it by selecting the appropriate data source (e.g., Salesforce) and the object you want to query (e.g., Account). Choose All Fields or specific fields as needed.

  1. Preview the Query Results: Click on Preview from the query configuration section to see the results that will be returned by the query. This ensures your query is set up correctly and returns the expected data.

  1. Add Debug Action: Drag and drop a Debug action into the flow. Click Configure to define the variable you want to debug. Use the fx icon to access the list of schemas and select the relevant fields to display in the debug output.

  1. Run the Flow: After configuring the flow and adding the debug action, click the Run icon to execute the flow. The console will display the executed query, and you should see the debug output showing the results.

  2. Check Console Output: Review the console output for any errors or unexpected results. If issues arise, revisit the query configuration or flow setup to identify and correct any problems.

  1. Troubleshoot Errors: If you encounter errors during execution, check the logs for error codes and descriptions. Common issues may include incorrect configurations, insufficient permissions, or syntax errors in the query.

  1. Iterate and Refine: Based on the debug output and any errors, make necessary adjustments to the flow or query. Repeat the debugging process as needed until the flow operates as expected.

PRO TIP

Set breakpoints strategically to focus on specific parts of the flow where issues are likely to occur. This helps in isolating and resolving problems more efficiently.

Frequently Asked Questions (FAQ)
  1. What is a breakpoint in DBSync Cloud Workflow?

A breakpoint is a debugging tool that pauses the execution of a flow at a specific point, allowing you to inspect the flow's state and data.

  1. Can I modify data while debugging?

Yes, you can modify data and variables during a debugging session to test different scenarios and understand the flow's behavior under various conditions.

  1. How can I identify where to set breakpoints?

Set breakpoints at key decision points, data transformations, or areas where errors are likely to occur. This helps in narrowing down issues quickly.

  1. What should I do if the flow doesn’t pause at my breakpoints?

Ensure that the flow is running in debug mode and that the breakpoints are correctly set. If the flow still doesn’t pause, check if the conditions for the breakpoint are being met.

Related Content

: Explore the features of Flow Builder and how to utilize them effectively in your DBSync Cloud workflow.

: Insights into how flows execute within your workflows.

: Using the DBSync Query Tool for Data Validation.

: Detailed guide on building and customizing tasks within your projects.

Flow Builder Overview
Flow
Query
Task