-
How to integrate smart sheet with power automate to send an email with attachment in outlook
Hi Team, I have created a smart form with a required attachment field, and when the user fills out the form, an attachment is added to each row. I need to send this attachment via Outlook to my Accounts team instead of triggering it from the sheet automations, so the software they use can automatically pick up theβ¦
-
Smartsheet API List Workspace Children
Hello, I'm trying to use the Smartsheet API to get a list of sheets in a workspace using: https://api.smartsheet.com/2.0/workspaces/{workspaceId}/ However, my workspaces are organized with folders and this only returns the top level folder and nothing else. How can I have this return every child object in the workspace noβ¦
-
Request for Assistance Regarding Http 401 Error
Here are the error details I received: - Status Code: 500 - Error Code: 4000 - Message: "An unexpected error has occurred. Please contact the Support team at https://help.smartsheet.com/contact for assistance." - Recommendation: "Do not retry without fixing the problem." - Reference ID: db211e48-2fcc-419f-b961-b2d0f8a344b0β¦
-
Duplicate rows
I have been using the API to send rows to sheets. Recently I have seen single row submissions showing up as duplicate rows, randomly. Not always. Has anyone else been seeing this phenomenon, or do I have some sort of bug in my code. Using .NET SDK.
-
How can I get started with Smartsheet API
As a Smartsheet user, I would like guidance on how to get started with APIs. I am looking for step-by-step instructions on how to understand, access, and use the Smartsheet API for basic tasks such as retrieving data, updating sheets, and automating workflows. It would be helpful to know the tools required, and bestβ¦
-
includeAll Deprecation
Hello everyone, Looking for some assistance on the replacement of includeAll parameter for update column (Multi Dropdown). Looks like I'm limited to 1000 options now, so curious if there is a workaround. Any help would be appreciated on how people are using pagination or if this has been addressed a different way now.β¦
-
API Smartsheet token returning a 401 unauthorized error
Anyone know how I fix my API Smartsheet token returning a 401 unauthorized error when trying to access a sheet I am the owner of and created myself?
-
Bulk Upload of Images into a cell
I used UiVision to bulk upload images via a form into smartsheet as an attachment. Now I want to upload each attachment into a cell. Is this possible?
-
Some APIs not working?
Some of the APIs inexplicably don't seem to be working. For instance, I can make a request to the Get sheet endpoint fine, but when I try to List columns with the exact same variables I get a 404 Not Found response (see attached screenshots). Have encountered this with several other endpoints (for instance, Attach file orβ¦
-
Image upload to multiple cells through API integration
Hi everyone π I developed a Python-based application that enables uploading images directly to cells (instead of row attachments), allowing for more structured and visually organized data within sheets. Key highlights: Upload images directly to specific cells Built using Python and Smartsheet API Designed for structured,β¦