Applies to

Bridge by Smartsheet

Troubleshoot Workflows with Run Log

PLANS

  • Bridge by Smartsheet

The Run Log can be found in the Designer, to the right of the workflow. It is a useful tool to help you troubleshoot existing workflows and build new ones.

In the Run Log you will find all theRunsof a workflow, each time your workflow was triggered. It gives you access to run statuses, run times, and data contained in the workflow.

You can also quickly copy data values or data references from here.

Run Log open in the Designer

The panel shows a list of each run, documenting the run's current status and the time the workflow started executing. You can click on a specific run to understand which steps were executed within it. All times are shown are UTC time zone.

Use thefilterat the top left to see only Stopped, Waiting, In Progress, or Completed runs.

Run Log with a list of completed runs

Reference data from a Run Log

You can use the Run Log to update the referenced data in a module:

  1. Trigger the workflow to run as far as it can.
  2. Then, open the run in the Run Log and expand the step where the data was collected.
  3. Next to the data object, expand the dropdown from the three dots and copy thereference to the dataor the actual value.

Identify the cause for a stopped run

If a run was stopped because of an error, when you click on the run the failed module step is automatically expanded to display the error that occurred.

Run Log showing an error

For example, the workflow shown at the start of this guide is triggered by new rows added to a sheet in Smartsheet. The error in the image above tells us that theGet Rowmodule couldn't execute since the Sheet field hasn't been set.

To solve this:

  1. Expand the Trigger step and find thesheetID. This is the new row that was added to the sheet.
  2. Next to it chooseCopy Data Referencein the dropdown.
  3. You can now go to the setup panel of theGet Rowmodule and paste in the reference to the Sheet ID.

Copy Data Reference in the Run Log

This Help Article Appears in the Following Learning Tracks

Was this article helpful?
Yes No