-
Microsoft Flow - Inserting a new row on a sheet with Dependencies enabled
Hi, I'm currently trying this out to see if we might use it more widely in my organization. I'm trying to insert a row using Microsoft Flow, but I am receiving the following error: * End Dates on dependency-enabled sheets cannot be created/updated. Please update either the Duration or Start Date column. Based on another…
-
Python API error "SSL handshake error, old CA bundle or old OpenSSL"
I'm using Mac Sierra and i'm trying a simple test: import smartsheet smartsheet = smartsheet.Smartsheet('mytoken') me = smartsheet.Users.get_current_user() print(me) And i'm getting an error: smartsheet.exceptions.HttpError: (SSLError(SSLError(SSLError(1, u'[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure…
-
Over riding dependency per activity without deleting the tie
I am having problems holding start and finish dates for out of sequence activities that are in-progress or completed. So if the activity is in-progress or complete and not all the predecessors have completed as planned and the dates will continue to push as the predecessor pushes. I would rather not cut the tie to hold the…
-
An error has occurred in the application. Please log out and log back into the application before c
Hi There We have call Smart sheet a number of time, left about 5 messages and still waiting on a reply I have also emailed as seen below. Regards Jacqueline Niemand Hi there, We Emailed over 10 hours ago and it’s still coming up with the following error we have loss a whole day with a number of staff not being able to done…
-
Comments on 2017-06-20 release
https://www.smartsheet.com/release-notes (2) In-Line Formula help Please allow means to turn off the feature (not turn it off after it shows up). If I realized it was always on when I was testing it, I would have said something then. I don't need to see it every time, so default to collapsed is preferred. I often need to…
-
Unknown Attribute Error on Update Sheet API request
I am currently using the smartsheet-csharp-sdk class library to interact with the API and I keep getting an exception when I am trying to rename a sheet through Update Sheet. I do a GetSheet call, change the name to the new sheet name and pass that sheet as the parameter for UpdateSheet. The error I get is "Unknown…
-
How to connection/Integration of Smartsheet with Outlook 2013 Desktop
Hi all, I'm looking for a clear tutorial or procedure to connect Smartsheet with Outlook 2013 Desktop. My Outlook is connected to an exchange server. I don't have any Office 365 login or paid account. I tried to install https://store.office.com/smartsheet-for-outlook-WA104379434.aspx?assetid=WA104379434# but a Microsoft…
-
Are Unique IDs for Columns, Cells, etc. truly unique?
Simple, but important question when dealing with the API. Are the ID's for each column, row, and sheet unique across all workspaces or are they only unique relative to the environment they are in?
-
"Pretty" PDF export -- Google merge, something else?
Hi all, We’re hoping to be able to export a fairly complicated styled PDF from Smartsheets. Imagine a sheet of movie reviews, where Column A is movie title, B is review, C is reviewer and D is date. Each movie can have multiple rows depending on how many reviews it’s received. We’d like to get a PDF that would look a…
-
Possible to create Gantt Chart in duration of "hours" for single-day projects?
Hi, I created a project smartsheet with gantt dependencies in duration of "hours" for an important project that lasts one day. I was wondering if there is a way to create a gantt chart that only displays one day but shows durations of "hours" on the x-axis instead? (The current gantt chart I see only displays 30 days…