-
How do you resolve modules to use the smartsheet npm package on nodejs?
I am trying to use the Smartsheet API on nodejs (v8) on windows. When I add the smartsheet npm package, my solution no longer compiles. Easiest way to reproduce (though it reproduces without using create-react-app): > npx create-react-app solutionname > cd solutionname > npm start It works - your browser comes up with the…
-
VLOOKUP for attachment on another sheet
Smart sheet enables the user to upload attachments, which is useful. So what I do for my workflow is I have a full sheet dedicated for part number and part information, so when I type in a part number on the work order sheet it auto-fills the rest of the information such as description, assigned person etc using the…
-
API CSV import to active SmartSheet
Hello, I have written a program that utilizes the API from smartsheets; for simplicity, it just takes data from a source and imports it to SmartSheets. Problem is, it can only import it on a new sheet, not an active sheet. I understand that there is a tool that was recently developed: Data…
-
Datamesh
Good Afternoon Does anyone know how to use Datamesh??? I am having trouble getting it working, any tips??? thanks in advance Michael
-
Smartsheet SMS Functionality
Has anyone successfully integrated Smartsheet with an SMS service provider? I'm looking to be able to send SMS reminders and alerts to contacts on Smartsheet on a scheduled basis.
-
Smartsheet API Webhook options
Recently I created a nice working webhook with "scope" : "sheet" and "events" ["*.*"]. But I discovered that I only need the updates on a specific column. Unfortunately "scope": "column" doesnt work. Are these options hidden in the documentation?
-
Scanning a Barcode
Does anyone currently know if smartsheet is capable of capturing data from a bar code?
-
Smartsheet API Request Limit
Hi there, I'm hoping you guys can help me understand a problem I'm having, and maybe help me figure out a solution to it! I'm using Zapier to input some data in to a smartsheet. The problem I'm having is that every so often it will try to input about 100 data points at once, at which point I get a tonne of emails telling…
-
View Pictures on Mobile App
I love the ease of uploading photos to my SmartSheets. Viewing these photos is perfect from my laptop, it opens another tab and I can zoom or download the image. I'm looking for similar features in the Mobile App. I run Android. I cannot seem to open pictures beyond a thumbnail. Any advice?
-
C# API Media type not supported - Error 1124
Hi Guys, Trying API for first time. I am able to do GET sheet details successfully. But when i post to create new row/column i am getting the following error "Invalid Content-Type header. Media type not supported" for the below code var client = new RestClient("https://api.smartsheet.com/2.0/sheets/239613.../columns"); var…