-
emergency - recent systemic failure of prior working API calls to create sheets from templates
Hello - sometime in the last 24 hours, there has been a change in behavior of the REST API w.r.t. creating sheets from templates in workspaces. Previously working API calls are now failing with a 404/1006 not found error, which seems spurious. The same token/user is able to create sheets by copying other sheets, is able to…
-
is it correct passing time frame as an object to resource management reports API?
Hello, When connecting to the report rows endpoint, I am receiving an error when using the timeframe as shown in the API documentation. "time_frame":{ "from": "2022-01-01", "to":"2022-12-31"} Error message received: {'message': 'to is not a valid time_frame'} I also tried to pass the 'from' and 'to' as a separate parameter…
-
Dynamic View won't let us choose a drop down item in the details panel
I have a dropdown list of a few statuses that I added to our details panel. It worked yesterday but now isn't. An error populated once that says 'you have invalid changes. Please review and try again' but now that doesn't populate- it just won't save.
-
Create Workspace with REQUEST BODY SCHEMA
I've been tried to create an entire workspace based on another existed workspace following the "REQUEST BODY SCHEMA" on the documentation, but not successful. For some reason we can't use the "Copy Workspace" method(inter-region data migration). Could you advice if this method still feasible?
-
Account setup for Sandbox for developers
in order to create an account, does the email address need to be within your domain for it to work? I'm trying to understand what type of email account we will need to create and if its worth the MS license to create an email account or if we can use gmail for sandbox?
-
Resource Management - API Error [Code:500] - [Message: Internal Error]
Hello, I am trying to make an API call on Resource Management Reports API, it works fine until I pass the group_by parameter then i receive the subject error (500: Internal error) although the group_by is one of the parameters that we can pass according to the API documentation and by default if not passed its (group_by:…
-
With the recent tableau update to version 2023 the smartsheet WDC is no longer working.
So We recently updated our tableau server to 2023.1.2 version and the smartsheet wdc stopped working , we can still connect to smartsheet but now we are not able to refresh the published datasource. Is anybody else facing this issue? any workaround found for this one? Also according to tableau the smartsheet wdc was based…
-
Unable to extract sheetId from row object in a Report
Hello! I would like to create a pandas dataframe with smartsheet Report data. # Method to convert report to dataframe col_names = ['sheet_id','row_id'] + [col.title for col in report.columns] rows = [] for row in report.rows: # Append the id first cells = [] cells.append(row.sheetId) # This is where I get an error!…
-
ODBC-Smartsheet connector
I am trying to add smartsheet connector in User DSN through ODBC Data Source Admin. It keeps on saying invalid username/password. I am pretty sure I am using right credentials. I can login to smartsheet with that. We recently enabled SSO for smartsheet. I even tried User API token for SSO login. I generated the access…