-
Smartsheet Integration with PowerPoint Office Timeline Pro+ Error
I keep receiving the below error when I try to Integrate my Smartsheet with Office Timeline Pro +. Anyone have a solution to this?
-
Need additional columns in Workspace
Currently the standard Smartsheet functionality is having only 4 columns Name 2. Sharing 3. Owner 4. Last Modified Date It would be really a good idea. To have options to additional column by Last Modified BY
-
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…
-
Enable File Handling in Bridge
Make it possible for Bridge to hand files as variables and results from actions. The example being a SharePoint API call returns a file that will then exist in the reference data of that complete action. This file/reference could then be used in future actions such as another API. My scenario required the use of the…
-
Allow for Multiple Lookup Values in DataMesh
-
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…
-
Auto-Sorting sheet hacks
Hey guys! I've long been searching for a way to make one specific sheet auto-sort, without having to create individual reports. I know this has been a requested feature for ages and that it's in the works. I was curious if anyone has come up with any clever workarounds that can be used while we're all anxiously waiting? I…
-
Have you seen a change in the time taken to trigger a WebHook?
I use WebHook in a number of places in our Smartsheet system. In the past after a sheet was saved, WebHooks would fire and be received within a few seconds by my servers. Now I am seeing a consistent 60 second delay after save for WebHooks to contact my servers. I think this change has happened in the last 6 months. For…
-
Downloading Images contained within a cell.
Although I am working on PHP 8.2, I am just using APIs. So, I'll keep the specific question generic and on JSON. The cell contains an image (png in this case). Manually, if I click on the image, it opens up a bigger version with a download button. But, from the cell itself, I would like to perform a download through APIs.…
-
Smartsheet Integration with Custom GPT via API: Persistent 'ResponseTooLargeError'
Has anyone encountered a persistent "ResponseTooLargeError" when embedding Smartsheets in a custom ChatGPT via API? I’ve successfully integrated several sheets where GPT actions work well, but a few always return this error. I’ve already implemented pagination and filtered a subset of columns as suggested by ChatGPT, yet…