-
How can I stop a Bridge workflow?
I'm making a Bridge workflow to bulk unshare assets with users. It uses multiple child workflows and API calls. My latest run has been stuck on waiting, even though I have… stopped it at every level revoked API access deleted the API profile How can I get the workflow to stop? It won't let me run it while it's waiting, so…
-
Bridge: Improving Workflow to get Group members into a sheet
Hello, Ravali Yelmelwar and I created this Bridge Workflow to transfer Smartsheet Groups and their members from the Smartsheet Admin Group page to a sheet. For our organization, the Workflow takes about 25 minutes to run for 59 groups. Does anyone have suggestions for reducing the run time? Screenshot of the Smartsheet…
-
Use Javascript in Bridge to efficiently import data from an API
Hi all - I'm excited to share a custom Javascript solution with my fellow Bridge users. I am not a Jscript coder - all credit for this goes to the awesome @Nathan Lloyd at Smartsheet - Large Enterprise Technical Sales Engineer, who gave me the basis for this script at ENGAGE 2022. Thank you Nathan! In this thread I'll…
-
Can you cell link through Bridge?
Hello, I have used DataMesh to create links. However, is it possible to use Bridge and create cell links when adding row. Instead of a write in it would be linked. If possible how would i get the link information to reference.
-
Using Bridge and Conditional Junction to evaluate if a Checkbox is Checked
I'm trying to set up a conditional junction in Bridge to evaluate whether a checkbox is checked. The checkbox is not manually selected; it's calculated using a formula in the Smartsheet row (e.g., =IF(COUNT(CHILDREN()) > 0, 1, 0). When I use Get Row in the workflow, the checkbox field displays true when checked and false…
-
BRIDGE + AI: Share How you Taught your LLM to Help you Create Bridge Workflows Successfully?
I may be speaking to a very small group of users here, but this message is for those who successfully have their AI LLM teach them how to create solutions using Smartsheet Bridge. I'm attempting to train ChatGPT to understand how Smartsheet Bridge works so that it can help me create solutions that WORK. Unfortunately,…
-
BRIDGE/API: Add Users to Group from Sheet?
Hey Y'all! I'M STUCK on the next step for my Bridge solution. I'm simply trying to add members to a group named "GroupTest" if the [Approval Status] in this sheet (image below) gets marked as "Approved", but only if it's not already in the group. Eventually, I also need to have the status of "REJECT" remove them from the…
-
Update sheet via API with bridge
Hi everyone, I had an objective to update a sheet with information coming from a 3rd party website. I've managed to make a first workflow with Bridge that works: I'm calling the API, receiving an array of data, then I have a child workflow to add a row for each line from the array. It works. But I have 6000 lines to come…
-
Bridge and Get Sharepoint List Items - No pagination?
I'm trying out Bridge's Sharepoint module to get items from a Sharepoint list. The response from Sharepoint only returns a maximum of 200 items. And the issue is that there doesn't seem to be ANY information in the response about Number of items or pagination. So… really unsure how this is useful for more than 200 items :)…
-
Bridge Get Row Id not showing.
Good Afternoon I am new to Bridge and trying to create my first simple workflow to move rows but, I am having an issue with getting the row id. I have tried following the steps in other threads I found with no luck there is something I must be missing. I have a sheet where form entries are submitted. I setup the Smartsheet…