-
Use Javascript in Bridge to efficiently import data from an API
Hi all - I'm excited to share a custom Javascript solution with my fellow Bridge users. I am not a Jscript coder - all credit for this goes to the awesome @Nathan Lloyd at Smartsheet - Large Enterprise Technical Sales Engineer, who gave me the basis for this script at ENGAGE 2022. Thank you Nathan! In this thread I'll…
-
Increase Bridge Run Log Entry Limit / Update Error Prompt
If an individual Bridge run log entry exceeds 4mb of data, you'll see the error message “Run logs aren’t loading right now…” with a suggestion to check your internet connection. The error prompt is incorrect, and unhelpful. Improve the usage of Bridge by increasing the data load limit to align against the limitations…
-
Get Sheet Module with Filter Rows - Smartsheet Bridge
Hi everyone, I'm building a Smartsheet Bridge workflow to get the activated rows from my contact sheet and update another sheet. I'm using the Get Sheet module to retrieve all row details, but it pulls in every row — including the ones I don't need. To solve this, I tried using the JavaScript module to filter the rows, but…
-
Take Multi-Contact from one sheet to another in Bridge
I have a form that users fill in to log risks, they can select multiple risk owners and assign them via a multi contact cell, I then use bridge to auto divert this risk to the respective register.. Unfortunately Bridge does not recognise multi contact to pull into the cell and I get an error.. has anyone been able to…
-
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…
-
JavaScript Error with Bridge
I am using the API function to return a list of users as an array; Then I am using the Javascript Module to filter those users whos status is "DEACTIVATED" But I get the following error: "workflow execution failed: Plugin Error ERR_PROCESSING : failed to execute extension module : require is not defined" Here is my…
-
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)?