-
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…
-
Run Log error in Bridge / Smartsheet integration
Hi - I am trying to follow the instructions on how to copy partial rows to another sheet using a Bridge workflow (https://help.smartsheet.com/articles/2482720-copy-partial-rows-using-Bridge). I'm not getting very far before hitting a run log error. I've included the error and the step where it's occurring. I've tried using…
-
Bridge - JSON parsing - Remove HTML and match date
I'm looking for some help on how to extract particular data from a JSON response from an external API call made with Smartsheet Bridge. The API call is working fine, and I'm getting the JSON response. Part of the response is an indexed set of data within the response, that includes HTML formatting tags. I'd like to strip…
-
Bridge: Running Report and writing information to Smartsheet from Resource Management
I am using Bridge to try and pull information from a Resource Management report into a SmartSheet. Today I have an admin do this manually, but I would like to automate this so that it can be completed manually. I have the report running in Bridge and it is returning 34 items which is expected. I know that I need to then…
-
Share Sheet on Bridge
I am trying to share a sheet via the Share Sheet module. I have set it up with a data reference pointing at a sheet id (I have also tried it with just the sheet ID). I've confirmed the data reference as well. The run log is saying success, but it is not in fact sharing the sheet or sending the intended email. If anyone has…