-
Smartsheet SDK: Cannot find column
Hi, I have run into a rather annoying issue. I am currently writing a sync tool, which will add a column to a sheet, and write a cell value thereafter. I am using the smartsheet search feature to find a specific value, and then I add or update a specified column. However, the issue I am running into is that a few of the…
-
unable to access Smartsheet via my work email
Hi All, I am getting this error while trying to access our work Smartsheet link .. Any idea what is the problem and how to fix ? opensaml::FatalProfileException The system encountered an error at Mon Aug 16 08:59:58 2021 To report this problem, please contact the site administrator at https://www.smartsheet.com/gethelp.…
-
Smartsheet API parentId location specifier doesn't work?
I have a function used to make parent-child relationships in smartsheet. The child_df contains the row and parent info, when I call update rows, it reads my row ID to update (row.id) and if I pass in the argument row.to_bottom = True it also works, but it stubbornly doesn't assign a parent ID when I pass parentId into the…
-
Updating a cell in a column formula is not supported
Is this really the case? Is there no means of using the API to update the format of a cell that is in a column with a column formula defined? We're trying to use column formulas, but have automated mechanisms in production that format by row. This error is a problem. Thank you.
-
Oauth Revocation / Revoke / Webhook
Is there an outbound (from Smartsheet -----> to our app) token revocation /deletion API call our app should be catching and handling? If the end user revokes our app's connection via their Smartsheet dashboard, does our app get a call? I checked the OAuth documentation and Webhook documentation and did not see it. Would be…
-
Keeping Track of Tableau Changes In Smartsheet
Hello, I currently have a sheet that links to various in-house Tableau dashboards: Is there a way for a user to click on one of the links, make changes to the dashboard, and then have Smartsheet show what changes were made? Ben O'Leary
-
API Updating Row Format
I was trying to find some documentation on the format string and came across this forum. https://community.smartsheet.com/discussion/13111/update-row-background-with-api I'm trying to update the format of an entire row ( mainly just trying to update the background color of an existing row ). In the forum above it says to…
-
API, symbols column and user locale
Hi, Let's say a german coworker that created a sheet and is using symbols. These symbols are in german as well, while my locale is in english. Using the API, i can't detect that the sheet was created with a different language and thus can't detect that "Grün" stands for "Green" and makes the update with the API quite…
-
API support for all workflows and notifications, dashboards, and reports
Hi, Is there any plan to support all types of notifications through the API, and if so any timeline ?
-
Data Movements to Create Automated Workflows
Hi all, Quick question: We use qpulse as a quality reporting tool. We currently export data and manually enter it in Smartsheet from a .csv. I want to create a tool from that export, that drives a SQL import into Smartsheet, wherein the data from that import can automatically update my dashboards/reports/data source…