I have a main board that links to a task page which lays out all my tasks. When a task is marked as completed i would love for that field on the main board to demonstrate this. either through a color change or a strike through. I can make the color change within the task page but the change is not demonstrated on the main board.
In the below image - some of these tasks are completed and some not so there is no way to tell the priority !
That will add a checkbox emoji to the front of tasks that have been completed, and the checkboxes will show up in your [Projects] table’s {Task} field since the checkbox is part of the linked record’s name.
Sorry, I assumed that there would be a Single select-type field where one of the options is “Completed”. You’re using a Checkbox field so it will either have the value of true or no value at all (Completed is not a possible value), which is why every record shows an X. Adjust the formula like so:
I’m assuming you didn’t duplicate {Name} and are trying to overwrite it directly. You’re not trying to replace the {Name} field but add to it. So duplicate {Name} so you don’t lose any data, then turn the original {Name} field into the formula and reference the copy of {Name} instead.