Having same issue; API to add columns to a sheet (sheet ID and column ID's are 100% correct). Using simple text/number columns to start and while the results of the API show success (and the correct sibling ID when adding past row 1), the row is blank. This new row (my sheet is blank at first) now has a row ID as well. And when I run a filter for the sheet to filter out non-blank rows based on this test field, the sheet removes row 1, yet the pop-up says, 0 of 0 rows meet filter. Any ideas as I am going in circles? Also, when I used the highlighter, row one is not highlighted, and when I expose modified date/by, those are blank as well.
With the announcement of the deprecation of "/workspaces/{workspaceId}" and the deprecation of the template listing endpoint (https://developers.smartsheet.com/api/smartsheet/changelog#template-listing-endpoints) There does not seem to be a way to retrieve a list of templates for a given workspace. Our app relies on these…
Hello :) I am building a project management system where we have: Asset (Parent Object) Components needing fixing/replacement (Child Objects). In my Bridge workflow I have managed to achieve child row creation based on the number of values in the dropdown cell (components). I need to add a feature that spreads each…
Hello, I found that sheet modifiedAt field in "List Sheets" GET method sometimes is different than modifiedAt field from "Get Sheet". Is this normal ? When I change a value in a cell, Get Sheet method returns the last modifiedAt date but List Sheets remain with the old value.