-
Update Request Errors
Hi, We’re encountering errors when attempting to open an update request via email. Please see details below. Could you advise on the cause and next steps? Thanks
-
DataMesh Note Section
Within DataMesh it would be really helpful to include an additional field to provide a description of what workspace/purpose etc. that the DataMesh config is applicable to. Currently I have ~50 configs for various workspaces. I have come up with a naming structure however I am limited to how much space I can use.
-
Reminder Automation
Hello everyone, I need help in this!!! I’m trying to set up an automation where a reminder is sent to the contact list 1–2 hours after a row is added to the sheet. Is this possible in Smartsheet? If so, could someone please help me with the setup? Thanks
-
Sending a Notification not Working
I am still new to Smartsheet and I am trying to add automation to send a notification to a email account but it is not working. I have no restrictions on the project . Can someone help.
-
ODBC Smart Sheet Connector für Excel 64Bit ist extrem langsam ?
Ich lese Daten aus 25 Smartsheets ins Excel ein. Die Daten werden in 5 Listen zusammengefasst. Imm Anschluss mit Power Pivot in einem Datenmodell verarbeitet. Es geht um eine Anzahl von in Summe 30.000 Datensätzen. Der Aktualisierungsvorgang, bis Excel die Daten Erhält dauert eine Stunde. Kann man den ODBC Konnector…
-
Merged: Allow Mandatory (Required) Fields in Update Requests Triggered by Automation
This discussion has been merged.
-
Updating template -> updates sheets made from the template
I would love to have the ability to make a change to a template that I created and be given the opportunity to select sheets that were created from that specific template to automatically update as well. For context: I keep track of ~130 employees training records. Each employee has their own separate sheet with all of the…
-
Extraer la Hora de 2 o mas celdas
Buenas tardes, como podria extraer la hora de registro de 2 ó mas celdas? o como podria registrar la Hora en una celda?
-
Automation: Ability to add a condition to workflow branching off from an unmet condition
Today in automation workflows you can only and conditions to flows that pass previous conditions. It would be helpful to be able to add conditions to the flows that stem from failing previous conditions. Scenario: I want automation to change the status of a task based on it's Target (completion) Date and it's Actual…
-
Status to red once the deadline is reached.
Hi everyone, I’m trying to automatically change the Status to red once the deadline is reached. I placed the following formula directly in the Status column: =IF([Ende]@row <= TODAY(), "Red", [Status]@row ) However, I keep getting the error #CIRCULAR REFERENCE. My understanding is that this happens because the formula is…