-
Power Automate to save a Smartsheet attachment to SharePoint
Can you use Power Automate to save an attachment from a Smartsheet row to SharePoint? Alternatively, I need a way to link directly to the attachments in a sheet. Is either possible?
-
zzTakeoff Integration
Can I integrate this with zzTakeoff using ai? I have large customer moving forward with zzTakeoff who is looking to move away from excel to google sheets. SmartSheets seems like a better fit and I would prefer to suggest a product that has a live link. Has anyone been able to use AI to create integrations with SmartSheets…
-
How am I causing this "Unable to parse request" error?
I'll show a successful request, a failed request, and the error I get. For context, 1111 is my sheet ID, 2222 is a row, 3333 is a text column, and 4444 is the special "Start Date" column that Smartsheet creates. Successful request PUT https://api.smartsheet.com/2.0/sheets/1111/rows/ [ { "id": 2222, "cells": [ { "columnId":…
-
Smartsheet no longer allowing DXF or DWG file types to be uploaded as an attachment?
Hi Hopefully someone can help we have noted that, smartsheet has stopped allowing .dxf and .dwg files to be uploaded. Previously our staff have been able to upload these file types via a form that we have been using for a few years to submit job requests to our workshop for manufacture. Has there been a change, is there…
-
rowNumber attribute for Row objects not accessible
When accessing the row objects of a Smartsheet, I can get some attributes, like row.id and row.expanded without issue, but when I try row.rowNumber it returns an AttributeError, saying that that attribute does not exist. By my understanding of the row object from the get_row response (Get Row), the attributes 'id',…
-
Bulk POST operation syntax
Hi. I have been able to stumble my way to successfully add new rows to my Smartsheet with the POST API request. However, I can't figure out the correct format to send more than one row at a time. I see reference to Bulk Operations in the documentation but I can't find any examples of exactly what that looks like. Would…
-
Request for Improved Smartsheet Form Embedding Options
Hi Smartsheet Team, I wanted to reach out with some feedback and a request regarding how Smartsheet forms are embedded on websites. I've been long-time user and fan of Smartsheet since 2008, and the form system has been a big part of how we collect and manage submissions for various clients and internal workflows. What's…
-
Erratum in Api documentation
Hi everyone, the thing is I was surfing the API documentation and saw this incongruity in the web but also in the yaml file : MultiPicklistObjectValue: description: Object containing a list of strings to choose from type: object title: MultiPicklistObjectValue properties: objectType: type: string enum: - MULTI_PICKLIST…
-
Archiving Final PDF documents outside of Smartsheet through a script in Python
📄 Automating PDF Downloads from Smartsheet Reports Hi everyone, I manage hundreds of documents generated across multiple sheets in Smartsheet. To keep things organized, I use reports to consolidate them — but I often get asked to ensure these documents are also backed up in SharePoint for redundancy. Unfortunately,…
-
Can't see my brandfolder via the APIs
Hi, I am investigating integrating Brandfolder via its APIs. Despite having admin access and access to our brandfolder, when using the API I get nothing. What am I missing?