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…
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…
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…
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…
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!
I am trying to add a contact with the display value of a name, and the value of an email address. I am using the format in the bridge documentation but still getting an error. Anyone have success and an example of the correct format? Thanks!
I am trying to limit the amount of Characters in a String to Less then 50. So if there is more than 50 characters I want to remove the excess Characters, is this possible? I built out checking the size of the string and substracting the 50 from that amount, but I cannot find a way to remove that many characters from the…
I'm looking for the best practice method to read a large-ish data set from an API using Bridge. Specifically, I need to read 9000 rows from a Resource Management report and post that data to a Smartsheet sheet. But I also have this need coming up with other systems such as Gitlab and Workday. When I use a parent-child…
Anyone know how to use the CSV output from the "Extract Fields" step in Array management? I'd like to save the results as a CSV and then use Data Shuttle to import it. I'm reading utilization data from Smartsheet Resource Management into a sheet in Smartsheet. But there's about 9000 rows and Bridge seems to be choking on…