-
How to get result from a child workflow back to the parent workflow?
Hi all, I have a parent workflow which calls child workflow with state name "get_workspace_id". Inside the child workflow I do some data processing and eventually I want to pass the result of Javascript back into the parent workflow. The data reference of the result is:…
-
Dynamically Scheduling Another Workflow
This is my first time trying to have one workflow dynamically schedule another and I must be doing something wrong. What I want to happen: On our main customer workflow, it is triggered by the specialist changing the Stage status. When they change to a specific stage, an email is triggered to the customer via our SendGrid…
-
Temporary Bridge value reference issue
Hello Bridge friends, it's me again, back with another question. I have a very simple workflow to send a unique ID ("Source ID") and text ("On-Call Schedule") to a target sheet when a row is added to the source sheet. I discovered that for just two minutes on 1/5/24, Bridge populated the data reference instead of the cell…
-
Sharepoint Bridge Workflows
I'm a Bridge newbie, and so far I am a huge fan of the Smartsheet to Smartsheet workflows. I am now investigating the Sharepoint Bridge integration, and the limited information I can find in help articles suggests the only way to pull information from Sharepoint to Smartsheet is from a Sharepoint List. Is that correct, or…
-
Create Global API Profiles in Bridge for Call API
Since there are no roles in Bridge (So access by workspace isn't possible), it would be nice if we were able to create global profiles for the API Call utility. I have many workspaces and I will have to spend a lot of time work repeating the same profile over and over again. I like the new profile function of the API Call…
-
Bridge Call API Tool Now Available!
Hi Community, We’re excited to announce a simpler way to set up and maintain API calls in Bridge workflows — the Call API tool! With the Call API tool, users can store up to 20 authentication profiles per Bridge workspace and reference them when making API calls in a workflow. The Call API tool will allow for better…
-
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…
-
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…