-
Dashboard - error pulling data
I have created a Dashboard. I am trying to pull the report data in as I have always done. I keep getting an error message. I re-created the reports and initially it will work. As soon as I hit "save" I start getting error messages. Help?
-
Create/Update/Delete APIs for Sight Widgets
I don't see any Create/Update/Delete APIs for Sight Widgets (Read is handled via getting a sight given it's id). In the docs, the sight update command can only be used to rename the site. I've tried to pass in the complete JSON for the sight along with it's updated widgets... but get a { "errorCode" : 1008, "message" :…
-
errorCode: 5636, "message": You have reached the cell limit of 500,000 cells for this sheet.
Hello Community, I am trying to automate dataflow from excel to Smartsheet using Python. The excel has 12000+ rows and 42 Columns. The Python script was able to transfer 11000+ rows successfully, but then throwing these errors: ERROR:smartsheet.smartsheet:{"response": {"statusCode": 400, "reason": "Bad Request", "content":…
-
Drag & Drop Emails from Outlook to Smartsheet in Chrome & Email is Deleted from Outlook
When dragging the email from my Outlook window to Smartsheet in Google Chrome it removes the file from my Outlook entirely and the email is gone. I tested this in MS Edge and confirmed it does not happen when using Edge; the file copies and uploads to Smartsheet without deleting it from Outlook. * Windows 10 Pro for…
-
How quickly to webhook events need to be responded to?
When we get a webhook callback event, how quickly do we need to respond to it (presumably with HTTP status code 200) in order for Smartsheet not to mark that hook as "Timed Out"?
-
Webhook subscopes
When you specify a list of columnIds as the "subscope" for a webhook, what does that mean? Will you still get events for changes to the sheet, attachments, row order, etc..... things that aren't really relevant to a particular column, but filter out events on cells in that column or changes to the column itself? Or will…
-
Dashboard Widgets Not Showing up properly on Mobile (iPhone)
Hi All, Any idea on how to get my widgets showing up as they were before on my mobile device? They are web content widgets, and they used to show everything/be usable where I could input information - now they are just links. They work just fine on my computer. Thank you for any help!
-
Discrepancy in API document and response for Sheet Object
I noticed in the Sheet Object API document, https://smartsheet.redoc.ly/tag/sheetsObjects#section/Sheet-Object, the field is "proofs" object, while in the API response for the same for "Get Sheet" API, the field is a "proof" object. There is a difference in singular and plurality, Is this a discrepancy? Can you please help…
-
Question about nitpicky detail on dealing with infinite loop issues of Webhooks.
I think I understand that a webhook "Callback" is itself comprised of several "Callback Events", each of which may have its own changeAgent property, a string with a comma-separated list of change agents. Further I understand how I may append my own changeAgent designator in the SmartsheetChangeAgent header of any API I…
-
How to update the value of a summary field if it's text?
We introduced a new process where our team needs to fill in a bunch of summary fields for every smartsheet. I'm trying to update the data for summary fields using APIs for existing smartsheets as a backfill. I have all the data in a google sheet. I'm using Zapier to make the API call for every row in the google sheet. I…