Use case: When a new project is created, we want the initial project health to be a green symbol. The Change Cell Value workflow does not include Symbol type columns, only text/number, single select drop downs, and checkbox columns. Can we include Symbol columns in this workflow as an enhancement?
Hello,
What I'm hoping can be added as a function of smartsheet is adding symbols (specifically the progress bar, but the color dots could be another easy one to automate too) in automations. As of right now, the automations can have the result be changing a cell to a certain value, but Symbol columns are not a type that are allowed to be automated. I would imagine it wouldn't be too difficult, since the symbols have names for each symbol already, and they can be input into a formula, so it should be simple to have an automation that goes along the lines of: 'when 'done' checkbox is checked> change a cell 'Progress'> change to 'full' when triggered.
Thank you!
Hi Audrey,
I hopefully digested your ask properly and if so, this formula I use to change the Harvey ball symbols, might be an option for you. I wanted the Harvey ball symbols to change based on % complete column & the finish column.
Here is the formula
=IF([% Complete]20 = 1, "Green", IF(TODAY() - Finish20 > -1, "Red", IF(TODAY() - Finish20 > -3, "Yellow", "Blue")))
Here isa breakdown of the formula
I hope this helps!
Yes this is a great idea!
+1 for this!
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with!
Missing this capability seems like an oversight when automation to set a cell value was implemented. Please add the ability to set a Symbol value in workflow automation.
The workflow I'd like to implement is exactly as @Frank Falco described in his post Change Cell Value Automation - flag or symbols in 2021. Specifically, I would like to have two fields -- Health and Status. Health is a symbol value (e.g., red/yellow/green/blue circle) and Status is a dropdown text value (e.g., To Do, In Progress, Done). I would like to manually set Health and Status values and define an automated workflow to set the Health value to blue when Status changes to Done. This automation is currently not possible.
Allow Workflow Automations for Symbols
Our team uses symbols to track the review process of form submissions. I would love an automated workflow to set progress bars and Harvey Balls at zero when the row is created.
Just gave up trying to work aorund this here: https://community.smartsheet.com/discussion/comment/422462
Please add!
+1 for this idea!
This is a no brainer, hopefully this gets implemented. 😃 Great suggestion.