-
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…
-
Bridge - Filter an Array Object by a Particular Field
I have an array of objects that I need to filter and find a particular field in Bridge. ex. [{name: 1, id: 123}, {name: 2, id: 321}] In this case, how would I select the id for the "name" key/field whose value is "1"?
-
Bridge parent workflow trigger not passing through information to child workflow
Novice Bridge user, so apologies in advance if this is a elementary inquiry. I am following the Engage '24 workflow for creating multiple rows from a single form entry and I'm stuck at the Child workflow. The Parent Trigger is set, but when I run the parent workflow, none of the parent data passes through to the child. I…
-
Bridge - why Array Management Size/Length returning 1 even the array is empty
I am trying to check if the search sheet has any result or not. Even the result is coming as 0, the Array Management: Size/Length is giving output as 1. Anybody has any thoughts on this?
-
Bridge Error: When field from the source sheet is blank
I've created a very simple workflow - copying data from one sheet to another when a row is added (just getting started). And I finally got the darn thing working - Yay!! BUT: I just got this error - because the date in the source sheet is blank. How do I set it so that if that date is blank (or any field, for that matter),…
-
Bridge Documentation in Smartsheet University
The documentation for Bridge is lackluster and really comes up short for new users (even those who are coding & development-minded). Please add examples of basic workflows that can be built, either in Smartsheet University or in your documentation.