Hello! I am trying to automatically check a checkbox to a cell based on these conditions:
The task's parent is "Releases" (task column is named Category)
Status = green (RYGB symbol).
Here's where I am and it's stating it is unparsable:
=IF(AND([Status]@row ="green", PARENT([Category]@row="Releases"),1,0))
Any help is appreciated!