Is there a way to get a full report in an automated fashion? By full report, I mean when you go to rm.smartsheet.com/report, and click "Run Report" or "Request Underlying Data" and you get back a full csv. (format doesn't matter, csv or json formats are both fine). I would like to download the report automatically on a…
I am a paying Business tier customer. Here are all the problems I encountered so far: When trying to authenticate to SmartSheet from Zapier. When I try, I get an error saying the user has not been found or I am trying in the wrong region error. I did some research, this might have to do with Zapier integrations apparently…
Can someone explain to me what will happen if I enable auto provisioning in Entra with our groups that are already setup in Azure AD? We already have users using smartsheets. They have had their Azure accounts given groups that coincide with the Smartsheets groups, but I'm just wondering if a user was not granted the group…
Hello Team, I found this option to send emails in the Form. Is there is any to send multiple recipients?
Hi Team, @Genevieve P. We have been using this endpoint to fetch the sheets, this used to return the owner that was needed to be used in subsequent api calls with 'Assume-user'. Somehow the above api call is returning the owner field as empty and the ownerId as a 0. Therefore, all my processes are failing. Can someone…
Hi, In the recent changes of the c# sdk, /home is being replaced by /folders/personal. Yet the new endpoint, is a major regression in terms of data returned: Workpaces are missing Sub sheets are missing Sub folders are missing Sub report are missing Sights/dashboard are missing So I have to rebuild a tree hierarchy I'll…
We want to use simple fetch to GET request the data from our Smartsheet instead to the Smartsheet JS SDK. The code snippet is as follows : This JS file has been linked to a HTML file which is being fired up on the browser using Live Server extension available in VsCode. But upon checking the console on the browser (all…
This discussion has been merged.
I thought it might be useful to share a general method I developed to add Functions missing from Smartsheet. This technique makes use of WebHooks & the API. Most important: users can add this to their sheets nearly as easily as they can add formulas. They do NOT need my help as a programmer For example here are a couple…
Is it possible to achieve Row Grouping using the api? I would like it to look like this However, when trying to upload the data with my python script it looks like this Thank you!!