-
Create Bridge Trigger when Project Created in Control Center
There is no way to automatically add a trigger in bridge. If we were to create a bridge workflow that updates a control center created project, we would have to manually update the triggers in Bridge every time a new project is created. It would be helpful if Control Center could be integrated with Bridge in a way that a…
-
Scheduled Bridge Workflows
Lately I've had problems with Bridge workflows erroring randomly. This is a problem for several of my solutions, so I'm developing safety net workflows to catch actions that were missed when the errors occurred. But I'm stuck because up to now, I've been able to use rundata from the trigger to guide the rest of the…
-
Trigger a workflow based on Sheet Summary Change (Bridge & Sheet Automations)
It would be nice if we were natively able to trigger an automation based on a change in sheet summary. I would like to be able to set this trigger up in Bridge, along with the ability to do this in regular sheet automations as well.
-
Improve Error Handling in Bridge
If a workflow fails due to an error, I have no way to handle that error. For example this error below when I try to add a user to a group, but that user is already in the group. There are modules after this workflow that I still need to run. I would want to this workflow to go a different route based on this error, but…
-
Merged: Notify Bridge Admin if Workflow Fails
This discussion has been merged.
-
Bridge - new Call API
Hello Bridge Community @Genevieve P. @Brian_Richardson ... HELP! I'm trying to convert my HTTPS call workflow to the new Call API. It's a pretty simple workflow that adds emails to a Smartsheet Group. I (thought I) followed the instructions that were sent out, but I'm getting this error: I set up my profile: And the Call…
-
Bridge: Google Translate with support for array translation
Hi, I was doing work for one of our clients where I hit a system / feature limit: Task: Translate 500 rows of text in a sheet into another language and write back in another column within the same sheet. Limitation: Google Translate module can't accept an array as input. For this reason, the translation task has to be…
-
Bridge: Way to delete all rows in a sheet
I've found a few ways to delete all rows in a sheet using scripts and multiple workflows, but I was wondering if there's an easier way to merge this into one flow. I just have the flow check if a row exists in get sheet, if there is a row then delete row 0, until the array = 0 then it stops. It works, but it's just super…
-
Bridge - Move Workflow to a different workspace and Trigger doesn't move?
I just created workspaces for my Bridge users and moved their workflows into their own workspaces. I noticed as I did that that their Triggers are all blank - none of their triggers moved with their workflows. That doesn't make any sense? Has anyone seen this? I definitely think this is something that needs to be fixed.…
-
Extract Email Address from Contact Column
Hi, I am looking for a way to use Bridge to extract the email address from a contact and update an "Email" column in the same row for a record, when added. I assume this can be done with Java Script but I have no idea where to start!