-
Update Bridge UI for accurate Run Status
When you stop a Bridge workflow, the run status does not update to reflect the status. This makes it impossible to audit runs (especially ones which have many children). Fix the UI, so that the Bridge Run status actually says "Stopped" when you stop the run. Otherwise the run status continues to say "Waiting" which is…
-
Bridge list sheets shared with specific user across entire Smartsheet account
How would I go about creating an API Call to identify the list of sheets shared with a specific user (not me)? Background: I am the system admin of our Smartsheet account, but we have a unique situation where we're sending data outbound via API to a system in which our company has developed internally. Their API is pulling…
-
BRIDGE - Move new row to correct sheet level
I believe I have seen the instructions for this BRIDGE workflow before, but for the life of me I just can't find it. I'm trying to create a BRIDGE workflow that will move a new entry under the appropriate parent row of the same sheet. For example: Let's say there are 10 project types at level 0. If a new record is…
-
Bridge to autogenerate filters
Would like the ability to autogenerate filters using bridge.
-
Sharepoint integration issue
Hello, I have been creating an integration between Bridge and Sharepoint. I have made the connection successfully. In the screen of Extension - Sharepoint trigger, I have settings as in the attached screenshots. There is an error showing that my Sharepoint list does not exist. There may be something wrong with my settings?…
-
How do I loop through an Array in Bridge?
Hello! I have been trying to loop through an Array in Bridge, and can't seem to figure it out. From what I can find online, I need to use a child workflow and send the Array there while also setting the child workflow's "number of runs" equal to the length of the Array. This is partially working. The Array is being sent…
-
Bridge - Renaming key(s) in array?
In bridge, I am using the "Search Sheet" integration and return "LAST NAME", "FIRST NAME", "EMAIL" in an array. I am wondering if there is way to convert the key(s) to different names such as lastName, firstName, and "email" for each object in the array? The solution I am currently doing involves just renaming the columns……
-
SmartSheet Attachments Integrating to SharePoint Via Bridge
Has anyone solved the issue with not being able to move attachments over to SharePoint from a smartsheet form using Bridge integration? Can we move the attachments to a storage location that can then be picked up as a URL?
-
Update Dropdown Columns with Bridge Workflows Not populating all values
I have a bridge workflow set up to populate project names from the intake sheet to a dropdown column on a different sheet. I followed these instructions to a T :https://help.smartsheet.com/articles/2482712-update-dropdown-columns However I am having issues getting all of the values to load. There are 21 project names that…
-
How to actually run JavaScript in Bridge?
I'm unable to find a straightforward way to add a JavaScript code I previously added. I only see those key / value blocks. The script was added when configuring the utility extension (Script1), but I'm unable to add it to the Run Script section.