-
What cause a user/project id to change?
Hello, My team is using Smartsheet's data of my organization to one of our application. We reuse UserID and ProjectID from Smartsheet and store them as primary key in our database. However, occasionally, I saw the ID of a same user or project is changed when pulling data from Smartsheet. May I ask what might cause this to…
-
Adding an Attachment to smartsheet via Postman / webMethods
Hello, I am working on attaching a file to Smartsheet. The file is sitting in my local drive (C:\tem folder). The CSV file is tiny. I am getting 400 bad request errors. Do I need to pass the memory stream and file size as multi-part?? Can anyone share the Postman collection, please?
-
How to write to smartsheet without python?
We user Alteryx to read from smartsheet using the live data connector. We also need to write to smartsheet from Alteryx. I've seen people do this in Python, but I don't know python. Does anyone have anything canned/pre-written using an ODBC connection and not an API/python?
-
Clone cells or rows?
Hi All, Hope you are well. We currently use Smartsheets as part of our product management and planning. We have a Sheet with all our current development work some of which has been started and some of which has not been started, the problem is this sheet is getting quite big with all our current and upcoming work its named…
-
Check Out My New Demo Web App: A Smartsheet Dashboard Visualizer!
Hello All, I'm excited to share a simple yet effective demo of my new web app showcasing Smartsheet's API's power. You can find it here: https://api.smartsheetdev.io/login. It's Free and secure! What's This App About? After successful OAuth2 authentication, you'll be directed to a Smartsheet Dashboard. It's a…
-
Freeze column via API
Please add a feature to freeze column via API
-
Upload file/attachment
Hi. I am working with some automation tools that read an outlook email, parse the email, and upload the information to Smartsheet via API. I have completed all those steps and it has been successful. However, I am struggling to upload the attachment, which is in PDF format. I saw the documentation on this, but I keep…
-
Problem Uploading Data using API
I am able to pull the data from reports and sheets with little trouble, however I am currently trying to pull the data from a report and then upload it to a sheet. I pull the report and save it as a dataframe with no trouble, however when uploading to the sheet, I keep getting errors. I simplified things by just trying to…
-
Recent changes made to the C# sdk (version 3.x) are causing some file upload issues.
Hi, The changes made to the official c# sdk recently are creating some issues while uploading files, corrupting them. I bielive the DefaultHttpClient is in cause (on my solution i made change to override the method Resquest1 to revert it to its previous behaviour). Could you have a look at the issue :…
-
Adding Predecessor That Includes Lag via API
I'm able to add predecessors to rows via API (PUT and URI https://api.smartsheet.com/2.0/sheets/{sheet ID}/rows), but am unable to add a lag value to the objectValue. I referenced: Is there any way to add or update the Predecessors column value by C# or Rest Api? — Smartsheet Community to build this. Kudos to @Genevieve P.…