-
Commenter access level in API
Hello, I have shared a sheet with a user using Commenter access level. But when I request for shares with API I get VIEWER access level in response. How can I get a real value for Commenter access level? Also is it possible to set Commenter access level with API? Thanks, Michael
-
Smart Sheet API GET Rows not wokring
Hi all, I am using the smart sheet api to read and update a rows values. I am performing this task using a python script and then requests library. My current code setup looks something like this ------------------------------------ import requests Test = "_________________________________________" url =…
-
How to publish tableau dashboard connected to smartsheet to a tableau servert
Hi, I am able to connect my smarsheet data to tableau desktop app via API token. However, when I publish my workbook on my server, it prompts me to sign in with a user name and password. I am an SSO user on smartsheet therefore don't have a password. Can anyone please advise how do I get around this please? Maz
-
Populating a Dropdown List
Hi, is it possible to populate the contents of a dropdown list from another smartsheet?
-
Using smartsheet-python-sdk to put data back into Smartsheet
I used the smartsheet-python-sdk (and unique API key from Smartsheet) to automatically pull data from Smartsheet into my Python script along with other data sources to create new feature-engineered columns. Is there an automatic way to now put these new columns I created back into the same Smartsheet I initially pulled…
-
Adding one word in front of selections in multi-select dropdown column
Anyone know of a formula that would do what I've manually done in the screenshot below? I'm trying to add one word in front of each multi-select option selected and put into a new column.
-
How to get template Id sheet has been created from?
Hello, Is there a way to get template that was used for creating a sheet using API? What does "source" property of a sheet means? Thanks
-
Automated import through the API
Dear Smartsheet-Community, I am doing a semesterthesis in coorporation with a company that has been using Smartsheet for a while. My job is to create an automated order tool for AM parts, which serves as an order backlog including the 3D models and part properties and that enables communication with the supplier. Object of…
-
Looking for a way to auto fill the Label and Description on a form
Is there a way to quickly customize label and descriptions on forms? Like for example reference the field that contains the label and description information so it populates based on the primary value. Example I'm using the form as a voting ballot for prioritizing issues. The primary key is the Issue number then there is a…
-
Can I populate Smartsheet rows from a SQL Database read?
I have data on Snowflake data warehouse and also on a SQL server table. Does Smartsheet support connection to Snowflake or SQL database to read data and populate rows on a Smartsheet?