-
Bridge Child Workflow Error Handling
I commonly use a parent workflow to get a list of active projects then run a child workflow to perform an action for each project. At present, when an error causes a child-run to fail, the parent fails as well and all runs stop. I'd like a mechanism that allows the next child flow to continue to run even if its predecessor…
-
How to process pages in Bridge
Hello friends - how do you "loop" your workflows to process multiple pages of data in Bridge? For example, if I GET a Sheet, 500 rows at a time, and have 5 pages to process, how do I get page 2 when I'm done processing page 1? I tried using Alt-click to loop back to the top of the workflow but that doesn't work. Once…
-
How do I link a state to an earlier state in Bridge?
I'm trying to make a conditional workflow that will remove duplicate transactions from a ledger log if detected, and add in an updated entry from a source document. I know there is a way to do this, and I even know how to sever connections between Bridge states, but I cannot find any documentation describing how to create…
-
Bridge API?
I have a curious question. I saw in the Bridge Admin settings you can generate an API Key. It seems that bridge has an API that could be interacted with. Is there documentation for that anywhere? Could we use the "Bridge API" to do additional back end functions like changing a workspace name or workflow name?
-
Folders in Bridge Workspace
Currently for enterprise licenses (maybe for all licenses?) the enterprise shares access to a group Bridge workspace or 'directory', if you will, where all workspaces for all users reside. As a user, I can create multiple workspaces for my different needs but I cannot keep all of my workspaces collected together. One worry…
-
Bridge / JS Error
Hi, I am new to Bridge. I was following the Bridge help article for JavaScript, but I am unable to get it going. I believe I am making a very basic error, that I am unable to spot. I know programming, but have not used JS. The body of the JS Extension is only returning "hello", but I can't get it to work. Need a push in…
-
Bridge Add columns based on values within multi-picklist
Overview: We are managing the schedules of providers / resources in Smartsheet where each provider may be licensed in a variety of different states (Alabama, Alaska, Arizona, etc.). These providers / resources currently enter their shift availability into a column with their name within a Centralized Availability Tracker.…
-
Bridge - Is it possible to get Workspace URL?
Is it possible to get the Workspace URL via Bridge? Tried using both Get Row and Get Sheet functions but only see the Workspace ID.
-
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 Deactivate and Reactivate User Modules
Hi Community, System Admins now have the ability to deactivate or reactivate users via Bridge workflows with the new “Deactivate Smartsheet User” and “Reactivate Smartsheet User” modules in Bridge! Deactivating users is a secure means of managing users on your account to revoke access from your Smartsheet environment — and…