-
Bridge Error: When field from the source sheet is blank
I've created a very simple workflow - copying data from one sheet to another when a row is added (just getting started). And I finally got the darn thing working - Yay!! BUT: I just got this error - because the date in the source sheet is blank. How do I set it so that if that date is blank (or any field, for that matter),…
-
Bridge Documentation in Smartsheet University
The documentation for Bridge is lackluster and really comes up short for new users (even those who are coding & development-minded). Please add examples of basic workflows that can be built, either in Smartsheet University or in your documentation.
-
Data bridge - creating multiple, nested rows from form submission
I am watching back the ENGAGE '24 "Discover advanced automations using Bridge by Smartsheet" presentation, done by Josh Jones and Chad Eiring. I'm trying to recreate the solution shown in the later half of the presentation that takes a form entry, gets row, and splits it out into multiple rows/tasks nested under the…
-
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: Bridge - Error Handling
This discussion has been merged.
-
Help with Verification Step of Webhook Creation Using Bridge
I am trying to use the Bridge API Call Utility to create a webhook on a sheet. I then want to use the Bridge Inbound Webhook integration to monitor sheet activity via the webhook and trigger a Bridge Workflow. I am able to create the webhook, but I'm having trouble figuring out how to complete the Verification Process. Can…
-
Does anyone know if it is possible to copy conditional formatting from one sheet to another?
I see some posts from a few years back. We have Bridge, would this be a solution?
-
Bridge API Call Error
I'm trying to use Bridge to access the API and sort my sheet. When I run it in Postman, everything works as expected. However, when I run the command through Bridge, I get an error. Error 1004 "You are not authorized to perform this action." I am using the same token and have everything set up according to this tutorial:…
-
What's the difference between Bridge and regular automations?
It seems to me that regular automations inside sheets can do most of what Bridge can do, based on the demo available, yet it's a separate product, so I can't try it myself. Can anyone tell me the difference/advantages of Bridge? Thanks!
-
How to obtain sheet "created by" in Bridge for a child workflow
How can I use Bridge API Call OR Get Sheet OR another element to obtain the "Created By" metadata for use in a workflow? I see createdBy in the sheets summary in the SDK: sheetSummary - fields But I don't see it in the output of past runs of either the API Call or the Get Sheet element in Bridge. I see createdDate but not…