-
Google Calendar Sync - Guests
Hello, When using the Google Calendar Sync, is there a way to have it automatically add guests to the calendar entry? Thanks!
-
Smartsheet Charts with parameter
Hello Community, Anyone familiair wiith the charts via https://smartsheetlabs.com/ ? Is there a way to feed a chart with data without having to make a new sheet or report for every chart ? Example: - within 1 sheet I have a project which has several taks, each with planned hours and actual hours. - in a separate website, I…
-
Drop down column based on previous response in web forms
I am looking at creating field in webform in such a way that, the number of columns are based on the response given earlier. For example, if 1st input asks for number of devices, I want that many number of columns to show up for taking in values for that many devices.
-
Deleting rows via Smartsheet API 2.0
I get the following error whenever I try to delete a set of rows: com.fasterxml.jackson.core.JsonParseException: Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null') I am passing the sheet Id, a HashSet of the specified row Ids, and "true" to the deleteRows…
-
can i customize a web form link?
i would like to customize a web form link to populate the web form? Is that possible?
-
Sorting based on row color
Is it possible in Smartsheet to sort by color so that all rows in the same color comes after each other ?
-
Web Form
Hi there, I was wondering if there is a particular access level where someone can see and/or edit a web form without having access to the data behind the scenes? I'm asking because the person isn't computer savvy and gets overwhelmed easily but would like to be able to edit the webform since it will be used by her to fill…
-
New Smartsheet Improvements!
Check out our release notes page for all the details on the newest Smartsheet improvements, including email aliases, new formulas, API update and more!
-
Future Developments
I am a new user to Smartsheet. Still testing it out for the 30-Day Trial. I really like Smartsheet, but am a bit concerned about becoming too involved with it because it does lack some functionality I was hoping for. That said, only a few of the upper end (expensive) project management programs seem to do what I want.…
-
External form and API 2.0 to insert a row in C#
I am attempting to use an external form (on our website written in C#) and the API 2.0 to insert a row into a sheet. I am reading the API 2.0 Documentation (at http://smartsheet-platform.github.io/api-docs/?csharp#add-row(s)) but cannot figure out where I place the actual values submitted from the form within this code to…