Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
This must be a simple setting somewhere, but my searches have not found one. Messages such as:
Uncaught Exception: Client error: `PUT https://api.smartsheet.com/2.0/sheets/8176365615769476/rows` resulted in a `400 Bad Request` response:{ "errorCode" : 1008, "message" : "Unable to parse request. The following error occurred: Field \"predecessors\" was (truncated...)
... are not helpful. Any advice?
Hi SnackyPete,
It looks like whatever tool you're using for the call truncated the full error message.
I was able to use the endpoint that you provided to obtain the refId to your call on the backend.
Please contact support directly and provide the following refId for the error in the contact form:
11xwt8bayk6uk
Hi, We are a developer and building a custom web platform for one of our client who is using smartsheet. Our platform needs to get data from smartsheet and need to show the data in our custom UI. Could anyone recommend the APIs we should be using for this?
This solution updates a column formula across multiple sheets in a workspace. The script finds all sheets with a certain string in the name, finds a certain column by name on those sheets, and then updates all column formulas to a new column formula. At the time of posting, Control Center Global Updates did not allow me to…
We have a webhook created in one of our Smartsheets, and we've been noticing lately that the webhook callbacks immediately disables the webhook after 1 try, causing data discrepancies between the Smartsheet and the system it sends the data to. Here's an excerpt JSON message received from Smartsheet showing the callback…