Hi folks,
I need help with a Coda formula to create a new subtask within an existing task. The subtask should correctly reference the full name of the parent task, even when the parent task’s name contains commas. My current formula splits the task name when it includes commas, leading to incorrect assignment. How can I modify my formula to handle this correctly? It’s driving me nuts
I’ve tried ToText(), Concatenate(), etc. but no matter what - when the task name (this.Row.Tasks) contains a comma, it will set the value for [All tasks].[Parent task] not as one task but several tasks.