Hi @PorcoRosso I like this a lot. You can simplify your statement by doing the following:
LIST
join(choice(file.tasks.completed, "●", "○"), "")
FROM #current_project
No need for Javacript, and it’s a little bit easier to read I think.
Hi @PorcoRosso I like this a lot. You can simplify your statement by doing the following:
LIST
join(choice(file.tasks.completed, "●", "○"), "")
FROM #current_project
No need for Javacript, and it’s a little bit easier to read I think.