-
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.
-
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…
-
How to convert multiple TEXT names or emails into multiple contacts using Bridge
There currently isn't a way to use a formula to bring together and output multiple contacts into one cell, the values will appear as Text values. (SS Enhancement request submitted). However, I was told there is a way to use Bridge to convert the combined multiple contacts from TEXT to contacts. Please show me the solution.…
-
Update multiple sheet column dropdowns from one source sheet using Bridge
We have a master project list that we reference to update project select dropdowns on 50+ sheets in our solution. We'd like to use Bridge to update all of those dropdowns, but we haven't found a way to update multiple dropdowns with one workflow. The workflow works fine for updating one sheet (the circled portion below),…
-
How can I replicate a bridge workflow across multiple sheets?
I have a bridge workflow to copy the task name from my schedule into my risk register.. basically I want to duplicate this across all my projects… is there an easy way to amend the workflow so I can just add the sheet ID’s of the other schedules and registers?
-
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…