API & Developers
Archives for August 2018
Discussion List
-
Update Schedule on Mobile.In API & DevelopersI am new to the forum, so if I am not searching correct terms please let me know. And if there is already a thread on this directing me to it would be very helpful. I was wondering if there is any way that I can actually update a schedul…
-
Docusign / Smartsheet | Supported Field TypesIn API & DevelopersDoes anyone have experience working with DocuSign "Radio Groups" and merging those fields to data inside Smartsheet? I have been utilizing the Smartsheet/DocuSign integration for several months with great results, but there are …
-
Update VIA API not showing updatesIn API & DevelopersHello There Super Noob to Smartsheet APIs. I am updating smartsheet, with Powershell, a Test Sheet sending simple sample data. It shows that I have added multiple row, in the test sheet, but it isn't showing the data even if I refre…
-
Countifs with OR across multiple columnsIn API & DevelopersHello all, I'm a fairly new (2 weeks) smartsheet user and I'm trying to write a formula that will count several columns based on specfic criteria. I want to count the number of Open projects (status) that are associated with engineering b…
-
How do you resolve modules to use the smartsheet npm package on nodejs?In API & DevelopersI 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-…
-
Submitting a row to two sheets broken by SDK updatesIn API & DevelopersWe have a form on our site that adds a row to two sheets in Smartsheet. This broke in June at which time the form added a row to the first sheet, but failed in the API call to Smartsheet in adding a row to the second sheet. Example Code …
-
Auto Link Active Directory Emails in SmartSheetIn API & DevelopersLooking for process or procedure to add when customizing a field to add a user from Outlook and have it pull from AD or Exchange
-
Apostrophe added on mass insert thru CDATAIn API & DevelopersHello, We are currently using a third party tool CDATA to upload excel data to a smartsheet. When any numeric data is entered, an apostrophe is always added to the beginning of the string. Upon checking the logs, CDATA is not sending an a…
-
API not returning conditionalFormat infoIn API & DevelopersI have a smartsheet that uses conditional formatting. I want to be able to make a call to the API requesting information about the row's conditional formatting. My api call, C# - Row row = smartsheet.SheetResources.RowResources.GetRow(…
-
Cell Linking Max CountIn API & DevelopersSo when I try linking a cell I got the following error "Your sheet has 5000 inbound links" I understand that this is the maximum number of links but, what is considered an inbound link? For instance, I know that the linkInFro…