-
NEW Customer Success Office Hours!
Hello, Community! We are excited to announce our new Customer Success Office Hours! Customer Success Office Hours are live small group sessions with our Customer Success team, themed around learning how to use the Smartsheet platform. If you’ve got questions, we’ve got answers - Register for our first session on August 1st…
-
Deleting Rows - Any Way to Get them Back?
So I have been deleting rows for project notes and now I am told I should have been moving the rows to a new sheet instead, so the history is there. Is there any way to get the rows back? I can see in the history, but cannot see the rows data in there. Is there another way?
-
"Turn Off" bundling assets when uploading from Smartsheet to Brandfolder
When uploading several assets from a row in Smartsheet into Brandfolder, it automatically "bundles" all of the selected images into one asset with several attachments. While this is a function that may sometimes be convenient, most times it is an inconvenience. It makes it difficult to find the asset we're looking for…
-
Can I turn off "bundling" in Brandfolder when uploading multiple assets from Smartsheet?
I've been testing out the Smartsheet/Brandfolder integration and noticed when I upload to Brandfolder more than one asset at a time from a single row from Smartsheet, it combines/bundles them into one visible asset with multiple attachments. Is there a way to "turn off" that bundling automation? We are uploading multiple…
-
Trouble referencing values in a "CONCATENATE" cell
Hello, I am having issues trying to reference the values in a CONCATENATE formula. I am trying to pull a "Yes" or "No" value based on the product numbers provided in the CONCATENATE cell. The CONCATENATE cell is the combination of product numbers added just for TODAY only (old lines do not show a value unless it is today).…
-
Smartsheet report issue
Hello Everyone, I am observing some strange issues in Reports, so we have this workspace and I have selected the entire workspace, to get the filtered data. I can see most of the sheets but am not able to see a few sheets in my filtered report, on the other hand, my team members who created all the sheets, reports can see…
-
How to select multiple options in dropdown by c# Smartsheet (NuGet 2.126.0 version)
Multiselect dropdown has values - One, Two, Three, Four and we need to select these options by sending values in c# I am using below method to add values cellsToAdd[cellCount] = new Cell.AddCellBuilder(columns[cellCount], true).SetValue(new List<string> { "One", "Two" }).SetStrict(true).Build(); It throws error of unable…
-
Drop down on Smartsheet
Hi, I have set the contact to select only from the designated contact list with having their Name preset for their designated email. However, for some reason the person filling out the drop down doesn't see their name as a drop down option. Instead they only see their email listed as an option. How would I fix it on her…
-
Why am I receiving this error: "calendar.smartsheet.com refused to connect"?
Hello, I am having an issue with embedding a Smartsheet Calendar to Sharepoint. I know it is possible because the exact thing has been done before on our team's Sharepoint. The individual who created the original Smartsheet calendar is no longer with the company. This caused a bunch of access issues leading me to create a…
-
How can I reschedule all the tasks dates based on the last task done?
I Have a entire project but the date is fixed base on the lead time of the project. If i have a delay on a task, i need to see the move on the entire project in a new column, is that possible? In the image I have the columns "Planned start" and "Planned ending", the dates are fixed. Team is filling the colums "Real Start"…