Applies to

Bridge by Smartsheet

How to get Smartsheet IDs

PLANS

  • Bridge by Smartsheet

For some workflows you’ll create in Bridge, you’ll need to get IDs for elements in Smartsheet (e.g., sheets, rows, columns).

Read on to learn how to find IDs to use in your workflows.

To find the sheet ID

  1. Open the sheet you need for your Bridge workflow.
  2. In your sheet, selectFile.
  3. ChooseProperties.
  4. In the dialog that appears, copy theSheet ID.

To find the Row ID in a sheet

  1. Open the sheet containing the row you need for your Bridge workflow.
  2. In the left side of the row, selectRow MenuRow Menu icon.
  3. ChooseProperties.
  4. Copy the行ID.

To find a Column ID from a sheet

Column IDs aren’t visible in the Smartsheet columns settings. You’ll need to build a simple Bridge workflow to gather the column IDs for a sheet. Follow these steps to find the column ID:

  1. Create a new workflow in Bridge.
  2. Add theList Columnsmodule to the workflow.
  3. In theSheet IDfield of theList Columnsmodule, paste the sheet ID.
  4. Save the workflow.
  5. Open theRun Log.
  6. To run the workflow, select thePlaybutton.
  7. Refresh theRun Log.
  8. To see an array of the columns for that sheet, expand theRun Logentry.
    The list will be in the same order as the sheet, with the first column on the left being column0in theRun Logarray.
    Run Log array
  9. On the right side of thecolumnIdentry, selectthe Menu icon.
  10. SelectCopy data reference.
Was this article helpful?
Yes No