Connect with other developers from around the world and collaborate on ideas using the Smartsheet API.
Sign in to ask your question or join a discussion.
Explore API docs, connect to our MCP server, and develop faster on SDKs.
Object schemas, operation specifications, code snippets, and more.
I'm trying to use Bridge to add a ^ in front of all text in every cell in a sheet. If it works, it'll allow me to turn sheet formulas into text that can then be treated as text, which Smartsheet can actually back-up. I would likely schedule the bridge flow to run shortly before the scheduled Sheet backup. Then I would…
I am VERY new to API's, Python, and Bridge. I'd like to test my scripts on our existing Smartsheet Data, but without the risk of breaking something in our Smartsheet Production environment. Besides me making mistakes, to run test scripts in our environment on production data, I need a change request and multiple meetings…
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…
I got an error when trying to publish a dashboard to use it as an embedded link (iframe). I have tried exiting and reloading Smartsheets, restarting my laptop and changing the permissions so i am the only admin/owner and it still gives me the same error. Please help, thank you. Error: "We ran into an error. Please refresh…
I keep receiving the below error when I try to Integrate my Smartsheet with Office Timeline Pro +. Anyone have a solution to this?
I'm new to using Smartsheet and currently have access to one report. I’d like to access this report via the API, and I’m reaching out to check if it’s possible to get the necessary API access. However, I’ve heard from someone that API access can’t be restricted to a single report. I’ve looked through the Smartsheet…
Hi Team, Hope you are doing good. We have built a request form in smartsheet for stakeholders to submit requests to us. When testing, we noticed that when the request is submitted from a shared mailbox (within the company), the mailbox does not receive notifications about request changes/comments added to the request. Many…
Hello friends - how do you "loop" your workflows to process multiple pages of data in Bridge? For example, if I GET a Sheet, 500 rows at a time, and have 5 pages to process, how do I get page 2 when I'm done processing page 1? I tried using Alt-click to loop back to the top of the workflow but that doesn't work. Once…
Hi there, I'm trying to format a single cell in the first row of a sheet using the python sdk. I'm finding that all subsequent cells in that column show the same color despite no format being applied to them. I have tried changing the format string of them but they still seem to "inherit" the color of the first row. How…
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.…