-
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.…
-
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…
-
How to Access Smartsheet Dashboards via API?
Hi Smartsheet Community, I’m currently working on integrating Smartsheet into my system and need to know if there’s a REST API available to fetch Dashboards data. I’ve checked the API documentation but couldn’t find a direct reference. Is there any official or workaround method for accessing dashboard elements via API? If…
-
Smartsheet + Zoho
I am looking to connect Smartsheet to Zoho using API Integration to get Timesheet data. I understand Zoho provides APIs for this. Has anyone implemented any such solution before? Also, any references or links to technical documentation\ POC\ guide on how to implement custom API integrations from Smartsheet?
-
Message Error in POWERBI 'https://api.smartsheet.com/2.0/home' (500): Internal Server Error
Hi everyone, I use Smartsheet as database for mis PowerBI reportes. The problem is, when i try load the data with Refresh in PowerBI, appears the following message: 'https://api.smartsheet.com/2.0/home' (500): Internal Server Error I tried with another sources, and works fine, the problem is only with Smartsheet. Any…
-
Anyone have experience with using Power Automate to attach an eml file to a row from OneDrive?
I currently have a workflow in power automate that saves an email as an eml file in a ONEDRIVE folder. I would like to attach the .eml file to a specific row that is stored as a variable in my workflow. I would like to use a HTTP POST request to attach the email file to the specific row, but haven't been successful thus…
-
VBA to Smartsheet
Hello all, I am relatively familiar with Smartsheet and VBA. From my understanding I will need to API access to achieve this, but am I able to write a VBA script that pulls my excel file into a Smartsheet report? Just wanting to know for sure if that's possible. Thanks!