-
Bridge - Auto Delete Newly Added Columns
Hello, I've been trying to create a workflow in bridge that when a Move Row automation happens to a target sheet. There are certain columns that will be delete each time the Move Row automation happens. So in this example, the row is moved to this sheet, because the last two columns aren't in the sheet, I want to delete…
-
How can I replicate a bridge workflow across multiple sheets?
I have a bridge workflow to copy the task name from my schedule into my risk register.. basically I want to duplicate this across all my projects… is there an easy way to amend the workflow so I can just add the sheet ID’s of the other schedules and registers?
-
Auto direct risk from master register to project risk
I have a master risk register with a column controlled by Bridge to update when a new project is spun up in Control Centre.. that way it's easier for people to add risks for a project. Is there a way to automatically divert the risk from the master register to the respective project register? I have the project code as…
-
Bridge: Move select columns/attachments/comments to another sheet
Hello all! I'm looking to see if a Bridge workflow can be done with moving/copying select columns from one sheet to another BUT also bringing their attachments/comments over as well. I've made a workflow to copy select columns from a source sheet to a targeted sheet but never have the comments/attachment follow. I have a…
-
Using Bridge for Row Autosort
Hi, is it possible to use Bridge to auto-sort a sheet (the trigger being when a new row is inserted)?
-
How can I pull multiple contact values from a multi contact column through Birdge?
I am currently only able to pull one contact value at a time by entering the email data reference. Essentially, I would like the two contact values to be copied over to my new sheet and not just one. How would I go about doing this?
-
Update multiple sheet column dropdowns from one source sheet using Bridge
We have a master project list that we reference to update project select dropdowns on 50+ sheets in our solution. We'd like to use Bridge to update all of those dropdowns, but we haven't found a way to update multiple dropdowns with one workflow. The workflow works fine for updating one sheet (the circled portion below),…
-
Update multiple column dropdowns on one sheet, from one source sheet using Bridge
Hello! Bridge newbie here. I have successfully set up a Bridge to update the column dropdown for one column from one source sheet. I'd like to build off this bridge to update multiple columns dropdowns on the same sheet, using the one source sheet. Is this possible? Here is what we have set up so far. @Genevieve P.…
-
Bridge - How to add 'Get Row' data into an 'Update Column' Module
Hi, I have a bridge workflow as follows; Everything works fine, but I want the last module, add comment to row, to effectively add all of the row information from above into the message.. what do I then type in this field? I tried using the object reference from above but it doesnt work, anyone got any ideas?
-
Smartsheet Bridge: Iterate over an array using JavaScript - Column names from a sheet
Here is the full solution for how to iterate over an array using JavaScript. Smartsheet provides a partial and incorrect solution at . Below is the actual solution. Using Bridge and JavaScript, this example extracts the list of column names from a sheet and provides them as the only elements in an array. The JavaScript…