-
Expose response headers in Bridge HTTP Utility module
Some REST APIs return information in headers rather than in the body of the response. Often this is for paging. For example, Oracle returns current and next page information in headers rather than in the body of the response. The HTTP utility module in Bridge only shows the body of the response, not headers. So it's…
-
Is it possible to rename a Bridge Workflow?
I want to duplicate one of my existing workflows to make slight modifications to it for another task, but I cannot find a convenient way to do that. There doesn't appear to be an option to directly duplicate a workflow so I've worked around that by copying it to another Workspace temporarily. I was going to rename it and…
-
Bridge - SharePoint Integration Error: When field from the source sheet is blank
Hello, I have created a bridge integration which pushes various fields housed in a Smartsheet to a SharePoint list. I have successfully done this on multiple format types, including text, numbers, checkboxes, etc. I have incorporated errors in my Bridge workflow when pushing various Smartsheet columns that are blank. The…
-
Bridge Geocode Integration Depreciation
Hi Community, This is a notice of depreciation for our Bridge Geocode Integration. For information on existing Bridge integrations, please review our help article documentation or information about how to use the HTTP Call Utility Function to request and retrieve data from other external systems. Bridge is available for…
-
Bridge: Move a row within a sheet
I am creating my first bridge workflow to simply move a row within a sheet when the STATUS name changes. My sheet has a STATUS column with "Active" and "Inactive" parent rows, then child rows below each. In the Bridge workflow, from Integration I selected "Smartsheet" and the trigger is "When Column Values Are Changed".…
-
How to specify string in HTTP Call
Hi, I am doing HTTP Call to search for sheets that match the specified sheetName. I have several sheets that were created by Smartsheet Control Center that contain the text "Master Schedule". Query URL (pass): https://api.smartsheet.com/2.0/search?scopes=sheetNames&query="Master" When I search for sheets containing the…
-
Questions about Bridge from a potential newbie
We are considering upgrading to Advance, and I have questions about Bridge capabilities: Our project blueprint includes multiple reports that pull entries from master logs based on the job number. This means that our admins have to add the job number to every single new report filter when they set up a project. Can Bridge…
-
Bridge - identify custom built modules
This discussion was created from comments split from: Auto-Tagging of Custom Built Bridge Extensions.
-
NEW Help Article! Use Bridge to delete rows
Hi Community, Thank you for your continued feedback and suggestions in the Product Ideas section - we love hearing from you! One of the requests that we're tracking feedback on is in regards to automatically deleting rows in Smartsheet. New Help Article Based on this idea's popularity, we now have new step-by-step…
-
HELP Please...Conditional Junction with More Than 2 Paths Not Working
Hello, I am looking to leverage the Conditional Junction: Junction Match module to set a variable to ultimately decide which path to take. Taking a step back, I have 4 of the same 'When Column is Changed' triggers, which are attached to different smartsheets. Based on which smartsheet the trigger is associated with, I am…