LogoLogo
  • Docs
  • Connector Configuration
  • Knowledge Base
  • Changelog
  • Get Started
  • The Basics
    • What is Appmixer
    • Appmixer interfaces
      • Appmixer Studio
      • Backoffice
      • SDK Demo
  • Appmixer Studio features
    • What is a flow
    • Creating a flow
    • Sharing a flow
    • Flow examples
      • Forward customer support calls based on PIN
      • Feed customer data to Mailchimp
      • Google Drive document approvals
      • CSV import: calculate average value
    • Creating an Integration template
    • Using Variables to map data
    • Using Modifiers to alter data
    • Implementing logic
    • Troubleshooting errors
    • Visual features
      • Selecting multiple objects
      • Copying objects
      • Zooming in/out
      • Exporting a flow to an Image
      • Renaming a flow
      • Renaming a component
    • Utility modules
      • Webhooks
      • HTTP
      • Filters
      • Scheduling
      • Forms
      • Tasks
      • Language
    • Connected accounts
      • Connecting a new account
      • Managing accounts
    • Data storage
      • Creating a Data storage
      • Editing a Data storage
      • Using Data storage in a flow
    • Insights
      • Logs
      • Dashboard
      • Charts
      • Chart types
      • Data aggregations
    • Changing a password
  • Backoffice features
    • Insights
    • Flows
    • Users
    • Access Control List
    • Services
    • Extra: Creating custom components
  • SDK Demo
    • SDK Demo: Workflow automation
    • SDK Demo: Integration templates
Powered by GitBook
On this page
  • 1. View Logs in a flow
  • 2. View Logs in Insights

Was this helpful?

Export as PDF
  1. Appmixer Studio features

Troubleshooting errors

PreviousImplementing logicNextVisual features

Last updated 3 years ago

Was this helpful?

, Appmixer allows you to implement logic that makes your flows smarter, but also more complicated. In both cases, you probably won't avoid errors. Luckily, we got you covered with a feature called "Logs" that allows you to see the past flow runtime and detect the bottlenecks of your flows.

"Logs" is a powerful feature that helps you investigate the details of past flow runtimes and troubleshoot errors. There are multiple ways to view Logs.

1. View Logs in a flow

To view Logs in a flow, open the flow and click on the little icon in the panel below.

Note that you can view logs for both active and inactive flows. In other words, you don't have to stop the flow to view logs.

2. View Logs in Insights

Alternatively, you can use our Insights features and view Logs there.

You can, of course, view the log detail. Simply click on the log you'd like to check in better detail and wait for the window to show up.

Viewing Logs may be pretty simple once you know where to click. There is, nonetheless, some terminology that remains to be explained.

Status Status indicates whether or not the flow needs your attention. There are two types: Successful and Error.

Source Component The component from which the data was sent.

Target Component The component to which the data was sent.

Port Name The name of either the input port where data was received or the name of the output port the data was sent to (see Port Type to make the difference). Note that even though many components contain only one input and one output port, there are many components that may contain more input or output ports. Therefore, the port name allows you to differentiate between the ports.

Port Type Either "in" for an input type of port or "out" for an output type of port.

Timestamp The time at which the log was tracked.

Message A full details of the message.

Error In case of an error, this field contains more information about the error.

Logs is a great feature that allows you to double-check if you've set up your flow correctly. Should you encounter errors, logs help you identify the problematic points.

ext, you'll learn about some of the visual features that help you work more efficiently. Stay tuned. 😎

N
As you already know
How to troubleshoot errors using Logs?
View Logs in a flow
View Logs in the Insights tab
View Log detail