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 workf…
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. …
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 t…
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 dropdown…
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 th…
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 e…
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 wh…
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 workf…
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?