Share

View Graph Issues

The Issue Viewer allows you to examine graph issues, including errors and warnings, within Dynamo Player.

To access Issue Viewer

When a Dynamo Player graph runs with at least one issue, you’ll see an option to open Issue Viewer near the bottom of the application.

image Issue Viewer access at the bottom of Dynamo Player

Using the Issue Viewer

The Issue Viewer displays a list of all the errors or warnings affecting the graph in Dynamo. To learn more about each issue, click its title in the list, and more information about the issue will appear.

If the list of issues is long, and you are looking for a specific issue, you can easily find it by using the search feature. The search only covers issue titles, not the extended error or warning text.

image Issue Viewer dialog

To export issue data

To export issue data to CSV format, use the Export All option at the bottom of the Issue Viewer dialog. The data will include:

  • Graph name
  • List of nodes with issues
  • Type: There are four types of issues:
    • 0: Unknown
    • 1: Warning
    • 2: Error
    • 3: Missing input
  • Warning or error message
  • URL: This is a link to error documentation, if it exists.

The exported issue data can help you or your BIM manager troubleshoot graph issues.

Was this information helpful?