-
Bridge: Create Workflow Schedule State Values
I was trying to use the Scheduling: Create Workflow Schedule module in Bridge to set up a 60-minute timer that would alert our team if another workflow didn’t complete within that window. I was struggling with how to pass and access state values between the workflows. After working with a Pro Desk support agent, we figured…
-
Bridge - Stop all events in run log
I recently added a lot of new rows to a list, and it triggered about 60 pages of events in the run log. Many of the events have been running for 30+ minutes — it would be nice to have a 1 click stop all events in the run log on bridge.
-
Bridge Workflow Error Notification
I'd like the option to detect errors and trigger a notification to myself when a Bridge Workflow stops. This would be particularly useful when running a child workflow as the entire parent and all subsequent children workflows will stop running if an error occurs. It would be nice to know that I need to retrigger my parent…
-
Bridge - Pull Multiple contacts from one sheet & update one cell with all?
I am trying to use Bridge to pull all the contacts (Supervisors) from a roster grid that match the department defined by my trigger and then put all of these contacts into one single cell on my project tracking grid. So far, I've been able to get the array and then extract the emails I would need but there's a couple…
-
Automate Sending Welcome Email to New Smartsheet Users in our Company?
Does anyone know of a way to automate sending a welcome email to new Smartsheet users in our company. Our company has access to the app but their account isn't "created" until they login the first time (Okta/Active DIrectory Authentication) My idea would be to use the Bridge to: Make API call using GET /users Add Row to…
-
How can I stop a Bridge workflow?
I'm making a Bridge workflow to bulk unshare assets with users. It uses multiple child workflows and API calls. My latest run has been stuck on waiting, even though I have… stopped it at every level revoked API access deleted the API profile How can I get the workflow to stop? It won't let me run it while it's waiting, so…
-
Bridge: Improving Workflow to get Group members into a sheet
Hello, Ravali Yelmelwar and I created this Bridge Workflow to transfer Smartsheet Groups and their members from the Smartsheet Admin Group page to a sheet. For our organization, the Workflow takes about 25 minutes to run for 59 groups. Does anyone have suggestions for reducing the run time? Screenshot of the Smartsheet…
-
Use Javascript in Bridge to efficiently import data from an API
Hi all - I'm excited to share a custom Javascript solution with my fellow Bridge users. I am not a Jscript coder - all credit for this goes to the awesome @Nathan Lloyd at Smartsheet - Large Enterprise Technical Sales Engineer, who gave me the basis for this script at ENGAGE 2022. Thank you Nathan! In this thread I'll…
-
Can you cell link through Bridge?
Hello, I have used DataMesh to create links. However, is it possible to use Bridge and create cell links when adding row. Instead of a write in it would be linked. If possible how would i get the link information to reference.
-
BRIDGE/API: Add Users to Group from Sheet?
Hey Y'all! I'M STUCK on the next step for my Bridge solution. I'm simply trying to add members to a group named "GroupTest" if the [Approval Status] in this sheet (image below) gets marked as "Approved", but only if it's not already in the group. Eventually, I also need to have the status of "REJECT" remove them from the…