-
Python API
Greetings I am trying to execute the sample API code on GITHUB, in python for me to read and write sheets. I don't understand the use of the following line of codes. Do I need to replace _file_ ? and what do I replace it with ? _dir = os.path.dirname(os.path.abspath(__file__)) # The API identifies columns by Id, but it's…
-
C# SDK - A strongly-named assembly is required
Edit - I started from scratch rebuilding it, and that solved whatever bug was causing the issue. I still have no idea what was wrong. I'm using Visual studio/C# to make a dll for Office/VBA automation. This was working until the TLS 1.0 deprecation on 3/31. I updated the SDK to to the newest version using the NuGet manager…
-
Usage metrics
Hi Smartsheet community, I am trying to create an app that fetches usage statistics/metrics for a given smartsheet account (like number of sheets or items created, edited, opened, etc), but couldn't find any API which could do the same. Webhooks is one way (not exactly), but that also we can create per sheet (not all the…
-
% allocation and duration aren't linked. Will they ever be?
Hi does anyone know if % allocation and duration will ever be linked? And no, I don't want to create yet another column with a calculation to do it for me. Thank you! Karen
-
Bulk Report Update
Has anyone come across a way to update the criterial for multiple reports at once? We have several reports that all draw from the same set of sheets. Every time we start a new project (and thus create a new sheet), we have to go to each report and attach the new sheet. This is tedious and time consuming. I've even tried to…
-
Integration with SAP
Hi all, Purely out of interest at this stage, but has anybody built any integrations between Smartsheet and SAP, just like there are for Netsuite, Salesforce etc ? If so, which integrations have you built and how did it go? I'd also be interested to hear if this is on the roadmap at all. Thanks! Maarten
-
Can Smartsheets make API calls to external APIs
I'm working on a project at the moment to create and edit smartsheets from an external application, however can Smartsheet do the reverse and retrieve data from external APIs?
-
Run into error : There is issue connecting
My code, which was fine, ran into an exception and cannot connect. It comes from the following code _SmartsheetList = _objSSClient.SheetResources.ListSheets(new List<SheetInclusion> { SheetInclusion.SHEET_VERSION }, paging, null); it was running OK until yesterday. Just wonder what could be the solution. Thanks
-
API.SmartSheet.Com
I have an application that updates a SmartSheet using the available APIs.. The application uses the C# NuGet packages for Visual Studio (2017) The program has been working flawlessly for over 12months now but as of 1am last night (UK time), I no longer am able to connect getting the very basic error of "There was an issue…
-
Live data in smartsheet
Trying to pull data out of our ERP (epicor) probably .csv format and keep it continuously updated to avoid manual data entry as much as possible. any ideas about how to do this? i am trying to use the data uploader but keep getting this error message. Thank you for any help in advance.