-
What happened to the Bridge WebChat Integration Help Article?
"https://help.smartsheet.com/articles/2482033-webchat-integration-overview" This is no where to be found anymore..
-
How to convert multiple TEXT names or emails into multiple contacts using Bridge
There currently isn't a way to use a formula to bring together and output multiple contacts into one cell, the values will appear as Text values. (SS Enhancement request submitted). However, I was told there is a way to use Bridge to convert the combined multiple contacts from TEXT to contacts. Please show me the solution.…
-
Using Bridge for Row Autosort
Hi, is it possible to use Bridge to auto-sort a sheet (the trigger being when a new row is inserted)?
-
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 Error
I should start by saying that Bridge is my nemesis.... but I'm determined to conquer it. I'm trying to do a simple workflow, and I keep getting an error with the "Get Row" module The odd thing is.... If I re-copy the sheet ID Data Reference and paste it back in the module, and re-run, it will work.... It might even work a…
-
Auto-Tagging of Custom Built Bridge Extensions
Hi Community, You now have an additional tool in your belt when it comes to troubleshooting workflows in Bridge! Previously, it was difficult to distinguish which modules in Bridge were part of the core system and which had been custom developed (for example, a connection built by Smartsheet Professional Services to a…
-
What are other alternatives to Bridge by Smartsheet?
Hi SS Community, I have a major project in which I am responsible for managing and overseeing shipping and tracking of parts going to other countries from our facility. I have talked to my team about Bridge, but it seems the cost is quite steep at this time and proposed searching for an alternative that we can use in…
-
BRIDGE - Using JSON as HTTP Call body
Hi all, I am trying to send a JSON payload using HTTP Call utility function, but on the target url I receive the payload as a string. I am actually using a Javascript script to build the payload and then using the reference as a body, but also trying using something like { "test": true } in the body will produce something…
-
Smartsheet Bridge/JavaScript functionality
Hi everyone! I'm trying to set up some automations through Smartsheet Bridge, but I'm running up against some possible limitations in the system and wanted to check with the community to see if there might be some workarounds. Does anyone know if it's possible to do one or both of the following: Access Smartsheet…
-
Does anyone have experience with handling JWT data with Bridge?
We're using Google PubSub service to receive updates notifications and they come with JWT encoding in the web hook endpoint. Does anyone have managed to decode JWT payload in Bridge since we cannot run libraries in Bridge and there's no working Javascript to decode it. Thanks!