-
Smartsheet API List Workspace Children
Hello, I'm trying to use the Smartsheet API to get a list of sheets in a workspace using: https://api.smartsheet.com/2.0/workspaces/{workspaceId}/ However, my workspaces are organized with folders and this only returns the top level folder and nothing else. How can I have this return every child object in the workspace no…
-
Using Bridge to update dropdowns
Hello, I am trying to update a dropdown in a sheet using values from a report using bridge, but am running into a problem where the array in Bridge is capped 10,000 rows. My dataset from the report is currently around 80,000. Below is my current setup. Is there different way that I could go about setting this up to capture…
-
Bridge - New Row to SharePoint list
Good morning, I'm working with Bridge and still getting used to the capabilities, and more importantly, the syntax. Perhaps this is not the best option as I am generally pretty good with code, and there is a lot that seems to be hidden or overly simplified. So my "simple" question is how do I set up a Bridge to add data…
-
Bridge: Update a Contact Column Dropdown List?
Has anyone successfully used Bridge to update the dropdown values in a Contact List Column? I'm trying to modify a workflow that updates a Dropdown column - and it seems like it should work, but I keep getting this error (or something similar): I've tried formatting the source column as a Contact Column, a Text Column…
-
Bridge Workflows - Not able to add elements or states to workflow after adding Conditional Junction
Hi Community, I am building a workflow to automatically add 6 child rows to a parent row (which is entered by the user via forms). I am adding a conditional junction to check if the row is added by the bridge workflow or not. However, when I add that condition I am not able to add elements to the success state or fail…
-
Take Multi-Contact from one sheet to another in Bridge
I have a form that users fill in to log risks, they can select multiple risk owners and assign them via a multi contact cell, I then use bridge to auto divert this risk to the respective register.. Unfortunately Bridge does not recognise multi contact to pull into the cell and I get an error.. has anyone been able to…
-
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…
-
Sort a sheet using Bridge
Hello, I'm new to Bridge and have been having trouble finding step by step instructions on how to automatically sort a sheet using Bridge. Can anyone help me with this? Appreciate it. Tim
-
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…
-
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.…