Easyflow docs
  • 🚩Introduction
  • Automation
    • 🚀Get Started
    • 🤖Workflows
    • ⚡Run & Invoke
      • Manual
      • Triggers
      • Scheduler
      • WebHook (Instant)
      • Rest API endpoint
      • Transactional vs Queue
      • Online \ Offline
    • 🎶Workflow orchestration
      • Step operations
      • Step configuration
      • Data mapping
    • 👣Steps and conditions
      • Multi steps
      • Parallel steps
      • Conditions
      • Loop & iteration
    • 🎲Dynamic content
      • Variables
      • Function expressions
    • 📦Schema
      • Schema builder
      • Auto schema detection
      • Use cases
    • 🐞Debugging
  • Visualisation
    • 🚀Get Started
    • 🧮Visual designer
      • Dashboard designer
      • Card designer
    • 🔌Datasources
      • Partner connectors
      • Existing connections
      • URL (CSV or JSON)
      • Data pipeline (Flow)
      • Data-blocs
      • Push to visualiser
    • 🎻Data pivoting
    • 📈Chart types
    • 🎨Customisation
      • Card appearance
      • Theme & branding
    • 🤝Preview & sharing
      • URL share
      • Scheduled snapshots
      • Send to TV
      • Preview mode
    • ⌛Refresh settings
  • Data Pipeline
    • 🚀Get Started
    • 🗞️Pipeline (ETL)
    • ⚡Automated runs
    • 🌻Transformation
      • Average by group
      • Change text casing
      • Clean data
      • Combine columns
      • Combine tables
      • Compare dates
      • Convert array of objects to array of arrays
      • Count by group
      • Extract text from column
      • Fill in blanks
      • Filter rows
      • Find and replace
      • Find maximum by group
      • Find min/max per row
      • Find minimum by group
      • Flatten rows
      • Format dates
      • Format numbers
      • Insert date & time column
      • Insert growth rate column
      • Insert if/else column
      • Insert if/else blank column
      • Insert math column
      • Insert row numbers
      • Insert rows
      • Insert running total column
      • Insert text column
      • Limit rows
      • Merge duplicate rows
      • Pivot columns
      • Remove duplicate rows
      • Rename columns
      • Select columns
      • Reorder columns
      • Sort rows
      • Split column
      • Stack tables
      • Sum by Group
      • Unpivot columns
      • Use regex
    • 🕶️Preview results
    • 🎻Orchestration
    • 📤Output
      • For Google Datastudio
      • For Easyflow visualisation
      • Array of arrays
      • Array of objects
  • Connectors
    • 🚀Get Started
    • 🌟Built-in Connectors
      • CSV
      • Data bloc
      • Data mapper
      • Delay (Wait)
      • HTTP
      • For Loop (Iteration)
      • Functions
        • Array functions
        • Conditions
        • Convertors
        • General functions
        • Date & Time
        • Filters
        • Math functions
        • Object functions
        • Operators
        • Text functions
      • Receive emails | IMAP
      • RSS
      • Send emails | SMTP
      • SQL Syntax
      • Trasform
      • Variables Setter
      • WebHook
      • Workflow (Sub flow)
    • 🌠Partner connectors
  • System
    • 👫Teams
    • 🙂Profile
    • 🧑‍💻Monitoring
    • 🔋Account Usage
    • 💵Billing and Pricing
Powered by GitBook
On this page

Was this helpful?

  1. Automation

Debugging

PreviousUse casesNextGet Started

Last updated 2 years ago

Was this helpful?

In this video, we will walk through everything you need to know about Debugging and Monitoring your automation in Easyflow.

  • Let’s first create a new flow with the title “Debugging and Monitoring”.

  • In the first example, let’s configure a Google Sheets connector after choosing the “Get Range Values” option from the “Operations” list.

  • Remember to set this step as a starting point.

  • When you click Preview Results from the bottom of the Workflow Designer, you can see that "Google Sheets" returns the expected data.

  • By clicking on the Execution History tab, you can view a list of logs representing the history of executions for this workflow.

  • By clicking on the i icon from the toolbar of the "Workflow designer", you will see insights about workflow executions, such as: Running, Succeeded, Failed and Aborted executions.

  • Each workflow has a detailed and informative page. You can access it by clicking on the more info link located to the right of the workflow's metrics.

  • From the workflow details page, click on the Executions History. Then, click on one of the logs.

  • From the log details page, you can see a breakdown of every step during a single execution of your workflow. This includes information on when each step was executed, what the inputs and outputs were, and any error messages that may have occurred.

  • You can enable the debugger of any step in the workflow designer. By default, the responses returned by the step will not be sent to logs unless you enable the debugger.

  • Let's try adding an additional step that produces an error. This will help us to demonstrate how to debug and solve problems.

  • We will use the "Date time" built-in connector to convert a non-date value to a date.

  • When previewing the result, we notice it is returning an error message.

🐞