-
Clear a sheet using Bridge
Hi all, I have developed a Clear Sheet solution using Bridge. Using Bridge allows you to incorporate a sheet clear into a Bridge workflow, rather than trying to align timing between workflows and other sheet clearing methods like automations and Data Shuttle. Once setup, you simply call this Clear Sheet workflow using the…
-
Why am I getting an error with Bridge when I try to pull a list of sheets within a Workspace?
I am trying to build out a workflow in Bridge that uses an API to make a call to the workspace and pull all of the sheets within that workspace. I am using bridge with the correct account that has owner access to the workspace and I have the correct authorization key put int he correct form parameters. The workspace I am…
-
Bridge designer Run Log and Element menu viability
In the Bridge Designer view change is so that the Elements setting menu and the Run Log can both be visible at the same time. From what I understand one of the core functions of Bridge is to copy reference data from the Run Log into the setting screen of a later Element. I find myself forever repeating this process of…
-
Bridge-Workflows max
Hi , I am using smartsheet bridge to be trigger to the smartsheet changes, but I have about 300 rows make trigger the workflow same time. Is there a limit for number of trigger?
-
Sign in to Bridge with Smartsheet Authentication
Hi Community, Bridge is simplifying the access and security options for Bridge login. Removing Bridge-specific credentials makes it easier to get into Bridge and extends the login security settings for Smartsheet (e.g. SAML only) to Bridge. Users no longer need to maintain a different set of credentials for Bridge. With…
-
Bridge - Copy all attachment names to another sheet & get data from an array with a Child Workflow
This solution copies all attachment names from a source row and adds one row for each attachment name onto a target sheet. Each target row contains one attachment name and the source row primary key. The solution uses a Child Workflow to get individual data values from an array in the Parent Workflow. The solution is very…
-
Smartsheet Bridge: Get Attachment
Hi, I refer you to Bridge: Smartsheet | Get Attachment article. The Get Attachment module returns useful information like: Attachment Type Created At Created By Email Name ID (of attachment) Mime type Name Parent ID Parent Type Size in Kb URL URL Expires in Milliseconds It returns the URL which allows users to download it.…
-
Loop back to the start of a Bridge Workflow
I am trying to build a help chatbot that our team members can use to quickly find help docs on various topics/processes. For example the chat would look something like this - If you answer yes I want the chatbot to loop back to the very start and clear any history from the previous questions/answers, and if you answer no…
-
Bridge Job Run Errors Randomly when Processing Smartsheet w/ 1500+ row changes
I have an issue where my Bridge job flow has an error when processing changes on my workflow. The Source/trigger Smartsheet is created from a Datashuttle job that converts an uploaded Excel file to a Smartsheet file. This is the trigger file for this workflow. After the upload, there will be 1500 + changes and new rows…
-
Can Bridge use Smartsheet APIs with HTTP Call Utility Function?
Hi, I'm trying to manage some automated attachments of files to rows in Smartsheet. I've gotten to the point of retrieving the file from its source and am ready to upload it to a Smartsheet row via API. I also have this API request working in Postman. Where I am struggling is when I try to implement this API request in…