-
Bridge: Reference data from child workflow in the parent workflow
Hi, I am following Reference data from a child workflow article to get a very basic operation to work. I have a child workflow which sets text using the String tool. The parent workflow calls this child workflow (for no. of runs = 1 and no params passed). The parent workflow references the value of "Compose Text" from the…
-
Easier Bridge data references
When referencing data in Bridge, you must either copy or type in references like {{states.startstate.smartsheet.get_sheet.sheet.rows.0.cells}}. It would be FAR more intuitive and easy to use if Bridge could apply a logical short reference to the steps and resulting data. So for example, in a short Get Sheet workflow, the…
-
For-Each loops in Bridge within a workflow
In Bridge, to do a For-Each loop you must currently spin up a child workflow and pass that workflow the array of data that you want to evaluate. This is fairly awkward and unintuitive and causes delays while Bridge attempts to start more workflows. Much better would be a "junction" type for For-Each loops that would bring…
-
Enable Oauth workflows in Bridge
Currently it's impossible to use Bridge with an API that requires OAuth authentication. For example, Google's APIs mostly require Oauth, as does Oracle.
-
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…