Product questions?
Ask it here! The community's got your back.
Discussion List
Easy way to add contacts to a drop down?
I set up a workflow to add contacts listed in a sheet to a contact drop down of another sheet, however the workflow takes about 10 minutes to run since it is building an array with a child workflow. Does anyone have a cleaner way to take contacts listed on a sheet and update a contact dropdown?
Jinja or other Python?
Hi - are we able to use Jinja or other Python in the various fields for Bridge? Or only the data references? ie could I put something like the following in the "value" field for a cell in "Update Row": {% for label in states.Epic IID is not empty.utilities.httpcall.labels %} {{label.value}}, {% endfor %} This would be for…
Get Row from Several Sheets
Hi All, I was curious if anyone has a scenario/sample willing to share where trigger event is when any row across several sheets. I've seen similar workflows built in Power Automate and in Zapier, but nothing specific in Bridge yet. I'm assuming there's some things to consider around the rate limits if it's monitoring all…
Global update to multi select column
Hello, is there a way to use global updates (within control centre) to update columns that include multi select drop downs? Currently it will allow me to update single select drop down columns but not any columns that have multi select. Thank you
Temporarily Disable Bridge workflow
Hey Is there a way to temporarily disable a Bridge workflow? I need to perform a mass upload in my sheet and I need the Bridge routines turned off temporarily. Kelly
Run a Data Shuttle workflow from a dashboard?
Is there a way to run a Data Shuttle workflow from a dashboard? Basically create a button or a link?
Enabling Resource Management from Existing Smartsheet
Hi - I have a pretty basic sheet in Smartsheet with contractors' names and dates they're available for work. It changes from week to week and they go in and update it after they receive an automated Smartsheet form reminder via email to update it. We're new to Resource Management and in trying to enable RM with this sheet,…
Control Center - Assigning an Owner to the Project Storage folder
Is there a way to set the owner of the created project storage folder to the project manager assigned to the created project? Or to the value of a contact field in the intake sheet? Thanks,
Clear a Cell
Hi- I have a workflow that uses the Update Row action from the Smartsheet integration. I'd like to clear the contents of one cell, if the other cell is blank. I use a "Is Empty" junction to see if the "driving" cell is blank. If it is, then I run Update Row. The problem is, I can't find a way to clear a cell. If I use the…
Data Shuttle: Adding data to all rows thats not in the csv
Hi there, We are importing event data (from Zoom) into SmartSheet and I want to add the Event Name in the "Last Event Attended" column for all the rows that are merged or added. Is this possible to add this info without adding a column and this value to my cvs file? All rows get the same value in that column, but the data…