-
INTUIFACE API Intergration
Add compatibility for INTUIFACE user interface software to communicate with smartsheet via API on all platforms, inparticular IOS. Allow requests from origins, Player running on iOS, with the origin capacitor://localhost (capacitor://localhot) If you were using Intuiface on the web, the origin would be…
-
Javascript SDK with Typescript
Hi. Many development companies that use Javascript as a backend language use Typescript to increase the readability of their code. It would be very useful if the Javascript SDK had support for Typescript so that those of us who want to use this Javascript supplement can take advantage of all its benefits. Right now if I…
-
Is it feasible to automatically transfer input from form data with added formatting and information?
Hi, I am attempting to reduce the need for manual data entry. Essentially, I would like a system where a sales colleague can check off a list of processes when they receive an order, lets say A, B, and C. A new sheet is created for production showing they need to complete processes A B C. The problem I am facing is that I…
-
Bulk toggling of 'Record a Date' automations
I have nice little script to iterate through hundreds of sheets and update contact fields that lack a display_value, so that names consistently show up instead of email addresses. But there are 'record a date' automations tied to those cells that need to be turned off temporarily to avoid triggering them and overwriting…
-
Sheet history with deleted rows
When we synchronize a Smartsheet sheet with another application and delete a row, sometimes the row cannot be deleted in the other application due to business rules, and we must restore the row’s data. Additionally, sometimes when a row is deleted, we need to send specific data from a cell, but we no longer have access to…
-
Has anyone been able to successfully upload a .pdf file to a row using VBA?
Hello, I've been able to load a .pdf file to a specific row on my sheet. However, the file isn't converted correctly when using MS Access 16 VBA on Windows. I've tried using bytearray, ADODB.stream, Base64 encoded, and multiple other variations that AI has recommended, but I'm not able to read the uploaded file using any…
-
Restrict dropdown options as an option for forms
There should be a way to restrict dropdown options on forms that are external facing that also have internal uses without setting up additional reference or separate internal/external columns. Use cases for our team in particular would be project type and add-ons. We have different customers using different forms on the…
-
Merged: Update API to support new user subscription model
This discussion has been merged.
-
Data Shuttle: update a checkbox in the source sheet to indicate success
Currently, Data Shuttle efficiently migrates data from Smartsheet to SharePoint, OneDrive, GoogleDrive, Box, & as a Smartsheet Attachment. This Providing a seamless integration between the two platforms. However, one aspect that could enhance user experience and workflow efficiency is the ability for Data Shuttle to…
-
"errorCode": 1002, "message": "Your Access Token is invalid." EU
When I tired accessing the sheet, I was getting invalid access token. But after changing the region [EU]. Now I'm able to access the Smartsheet's' data. Code : import smartsheet # Replace with your actual API key and sheet ID api_key = "Your API key" # Ensure this is a valid API key sheet_id = valid sheet ID (num) #…