-
Smartsheet Bridge: Duplicate a Workflow
I think it would be extremely helpful to be able to copy/duplicate a workflow that you've created in Smartsheet Bridge in order to slightly modify it for another task without losing your original. Currently, the only way to do this would be to copy the same workflow into a different workspace. The issue with this is that…
-
Where to find SheetID in the Table View
Hi there, How to find Sheet ID in the Table View as it is available in the properties in the Grid view?
-
Multi Year Metric Dashboards
I am looking for some examples and advice on how some of you have set up multiyear metrics. One example of what I am currently working on: I have Behavioral health completing surveys where a lot of the questions are an best to least answer or 1-5 value to choose. They currently track quarterly and by year for metrics. So…
-
Where to start with Bridge?
Hi folks, I am hoping for a pointer in the right direction. I am new to Bridge and need to build a workflow to a) create a project in Resource Management (RM) when the status on a row in Core changes to "Create" and then a follow on workflow that when any of the fields in Core update, reflect those in RM. The challenge I…
-
Rename Bridge Workflows and Workspaces
Bridge is a lot of trial and error, and because of that we don't always know what a workflow should be named when we start. It would be incredibly helpful if we were able to change the name of workflows and workspaces at any time in the development.
-
Bridge: Way to delete all rows in a sheet
I've found a few ways to delete all rows in a sheet using scripts and multiple workflows, but I was wondering if there's an easier way to merge this into one flow. I just have the flow check if a row exists in get sheet, if there is a row then delete row 0, until the array = 0 then it stops. It works, but it's just super…
-
Bridge - ServiceNow Integration with ServiceNow Access Control List
Hello community! I am developing a ServiceNow - SMAR connector using Bridge. My client has Access Control List (ACL) configured in their ServiceNow environment, which requires an IP address or an IP range to whitelist. Smartsheet only provides a DNS Record for Bridge, and not a static IP address. I have tried using…
-
Row ID for Get Row in Bridge
Let me start by saying how frustrating Bridge and the help guide is! I have been trying to build a simple workflow to copy only 3 cells based on a trigger from source file. I have done exactly everything like stated in Copy partial rows to another sheet using a Bridge workflow. The run logs show as Completed when I change…
-
Bridge - How to Retrieve Data from Multiple Child Runs Given the API Depreciations
Hello Team. Given the upcoming API depreciations, what is the recommended approach in Bridge to use the lastKey to get the full set of results in order to parse them when using the Call API to Smartsheet's API and needing to call it multiple times? For example, if we have greater than 10,000 workspaces and we use the GET…
-
Bridge - How to Store All Data From Multiple Child Runs For Comparison
Hello Bridge folks! Scenario: I’m calling an API that paginates its response data by providing a “next_page_token”. I use this in another call to get the second page of the response data. I’m using a child workflow to run once to get the first page of data, determine if there is a next_page_token, and if there is, call…