-
Potential reasons why my trigger is not resulting an event during run log (Bridge)
I've completed the authentication process, created a trigger and made sure that the trigger has the right source sheet and event type but I am noticing that I can't get any data from the trigger. My goal is to get the row information when new row is added in my sheet so I can copy some of the data over to another sheet.…
-
Deleting Rows from a Sheet Using Bridge
Hello! I'm new to Bridge, so please forgive my ignorance. I set up a workflow to delete rows in a sheet when a checkbox is checked. I set up the workflow as described here. It only works when I enter a row ID into the Get Row module, otherwise it stops. This kind of defeats the purpose of setting up a workflow if I have to…
-
Using Bridge to Delete Rows
Hello! I'm new to Bridge, so please forgive my ignorance. I set up a workflow to delete rows in a sheet when a checkbox is checked. I set up the workflow as described here. It only works when I enter a row ID into the Get Row module, otherwise it stops. This kind of defeats the purpose of setting up a workflow if I have to…
-
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…
-
Use Cases for Smartsheet Bridge or AWM
Hi Everyone, I've been working to bring my PMO into Smartsheet for our documentation over the past 18 months. My team has made a lot of progress with using sheets to track assignments, out of office time, and the progress of change orders, but we're starting to run into some roadblocks when it comes to scaling our…
-
Using Bridge Parent Workflow to trigger children based on which columns were updated.
Hi community, I'm fairly new to using Bridge, but I have a couple of flows working nicely. Very proud of myself! I'm trying to understand how I can use the "Row updated" trigger followed by a "Get Row". Then, use a junction(?) to o evaluate if any of 6 columns has had their checkboxes checked which would trigger all…
-
Smartsheet Bridge: Junction States connecting to the same next Junction
Hello, I've been working with Bridge for a little while and one thing I can't seem to figure out is how you can have a junction with multiple paths all route back to another junction. What I have had to do is essentially duplicate steps under each junction path in order to accomplish the same thing. I've seen screenshots…
-
Any Ideas or feedback?
Hello Looking for ideas on automation solution and hoping someone here can help. Scenario: My utilizes Smartsheet as Workforce Management System. We support a contact center of around 1k agents. The various sheets\reports\dynamic vie\ automations that have built cover the full gambit of a WFM system including a roster,…
-
Bridge: Create Workflow Schedule State Values
I was trying to use the Scheduling: Create Workflow Schedule module in Bridge to set up a 60-minute timer that would alert our team if another workflow didn’t complete within that window. I was struggling with how to pass and access state values between the workflows. After working with a Pro Desk support agent, we figured…
-
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…
-
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,…
-
Automate Sending Welcome Email to New Smartsheet Users in our Company?
Does anyone know of a way to automate sending a welcome email to new Smartsheet users in our company. Our company has access to the app but their account isn't "created" until they login the first time (Okta/Active DIrectory Authentication) My idea would be to use the Bridge to: Make API call using GET /users Add Row to…
-
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…
-
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 :)…
-
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 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…
-
Update Multiple Columns with Single API Call in Bridge
I am trying to update multiple columns' properties using a single API module in Bridge. I am pretty sure my Request Body is formatted properly. I have used "PUT" and gotten the standard 404 message. I also tried PATCH and got this: "<!doctype html><html lang="en"><head><title>HTTP Status 501 – Not Implemented</title><style…
-
Bridge: Update Columns--With Colors?
I'm curious if there is any way to associate colors to the values using the Bridge "Update Column" element. The first column in this image is created manually. The second was created using Bridge. It's not in the API documentation ..and is clearly not in the element: Any ideas?