-
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',β¦
-
Paragraph Spacing is missing when entering data in a cell using make.com modules
I am having trouble with formatting of paragraph data when it is entered in cell using a smartsheet module with make.com. The spacing in the original data that is pulled from a pdf does not show up right away. However, if i double click into the cell where the data is entered, and click away, the spacing then appears. Isβ¦
-
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β¦
-
QR Codes/Bar Codes
Dear Smartsheet Community. Is there a means within Smartsheet to allocate a unique QR/Bar Code to a specific line in a grid, such that if you subsequently scan the code (outside of Smartsheet), the specific line/data record can be accessed? For now, I am thinking of an image of the relevant code added in a cell as anβ¦
-
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β¦
-
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?
-
How do I integrate AMEX charges into Smartsheet
We are trying to automate our expenses. Daily we'll copy and paste transactions for our staff to identify, and attach receipts. We'd like to automate the copy and paste sequence and have transactions automatically be pulled from AMEX daily. Ideas?
-
Dashboard Widgets Not Linking After API Copy (copy-folder api) β Sequence Issue?
Hi Smartsheet Community, Iβm having an issue with a dashboard after copying a folder via POST /folders/{folderId}/copy. The dashboardβs chart widgets show errors: "Unable to display chart. The source sheet or report either can't be accessed or has been deleted." I suspect the reports/sheets arenβt copied before theβ¦
-
StreamPosition Captured from an api response is not working
Hi @Georgie, I am hitting the report api to get list of all events, However for pagination or subsequent request when I am trying to use the streamPosition returned from previous api request. I am getting an error { "errorCode": 1018, "message": "The value '2.1.Ui_jcβ¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦β¦.-t' was not valid for the parameterβ¦
-
NodeJs SDK Issues
Hello! I'm just trying to use the NodeJS SDK but I've been facing some issues. I hope someone can help me. The following is the error that I'm facing: 2025-06-12T00:16:37.871Z rootHttpRouter info [2025-06-12T00:16:37.871Z] "GET /api/smartsheet/listArticles HTTP/1.1" 200 45 "-" "PostmanRuntime/7.44.0" type="incomingRequest"β¦