-
Is it possible to test code in a Sandbox, and not in the Smartsheet Production Environment?
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…
-
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…
-
Smartsheet Backup API
Is there an API with help of I can back up any Smartsheet file?
-
Smartsheet Error when trying to Publish a dashboard
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…
-
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?
-
API - Limit User Access to one report
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…
-
Shared mailbox does not receive notifications from requests submitted via smartsheet request form
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…
-
How to process pages in Bridge
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…
-
Background Color Formatting: Only Change First Row Background
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…
-
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.…