-
Bonus Giveaway: A second chance to win a FREE ENGAGE conference pass. 🌟 Vote to enter!
Hi there, Did you hear we're offering another chance for Community members to enter to win a FREE ENGAGE conference pass? Everyone who votes on one or more of their favorite peer-designed stickers will get entered into a random drawing to win a FREE ENGAGE conference pass. (Voting on your own design is totally acceptable.…
-
how do I add a calendar view in a Dashboard?
Hello - I have searched the community and have found a "work-around", but it doesn't work. I am trying to show a calendar view of a clients project on a client dashboard. I only want them to be able to see it. I don't want them to have any any interaction, just see it as a reference. Is this possible? Thank you. Jef
-
Smartsheet Profile
Okay, first I am a contractor. I work for a Staffing Agency, and the client is Medtronic. Now, I am trying to be proactive here (FL is a right to work state). I have my current Smartsheet account (and community profile) through my current job at Medtronic. Based on someone's suggestion (which was for getting certified so…
-
Core Product Certification Resources
Are there classes, tutorials or resources available for the core product certification that come as a course? Or do you just "study" on your own and then sign up and take the exam when you are ready? I am new to Smartsheet but would like to be certified. Thanks!
-
NEW: Get Help page in the Community
Hey Community, It's been incredible seeing the growth in members and discussions here in the Community over the last few years. Based on your feedback, we've expanded to have multiple ways to join in, engage, and connect with fellow members! Today we have a new page for you to check out: a section specific to support: Get…
-
June Question of the Month 💭 Join the conversation and receive a badge
Hi everyone, We love seeing your participation in the Question of the Month and getting to know you better through your answers. Your responses to the May question were especially touching, inspiring and thought-provoking. Thank you to all our participants and congratulations to our top answer (by Community vote) winners.…
-
Pull data from one sheet to another with same words
Hello, I am fairly new to SmartSheets - I am trying to figure out how to pull data from one sheet to another that would have a names in common. I.E. Sheet 1 has a course name of Smith AR Training. Sheet 2 has the Region Name as Smith in one column and then a contact person in the 2nd column. Because Smith is listed in both…
-
Vote on ideas inside the post
At the moment, it's only possible to vote in the overview, and I'd like the possibility to vote inside the posts as well, so you can vote when you're reading the description/details of the Idea or similar.
-
Pre-Built Dashboards
Does Smartsheet, provides any pre-built dashboards and something, smartsheet users can re-use for their eneds.
-
SmartSheetAPI PUT
Hello, I want to use the Smartsheet API to update the content of a cell. I have set the API key in the header and tried the following using Postman: PUT Request URL: https://api.smartsheet.com/2.0/sheets/{sheetId}/rows/{rowId}/cells/{columnId} Request Body (JSON): { "value": "test", "displayValue": "test" } However, I'm…