-
Plugin Error INVALID_DATA : failed to execute extension module : {"statusCode":400,"message":""}
I have a clear sheet workflow (thanks to @Brian_Richardson and his wonderful article!) that was working great. Then, with no changes, i received the following error code. The run logs are also saying unavailable. I duplicated the workflow to make sure nothing was corrupt, same error message. Any help would be appreciated!
-
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…
-
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…
-
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?
-
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 https://help.smartsheet.com/articles/2482603-javascript-module-reference. Below is the actual solution. Using Bridge and JavaScript, this example extracts the list of column names from a…