I’m trying to figure out how to do the following, but I’m struggling:
I have a system wherein tasks are converted into projects via a template, which is pretty standard. What I want to do is have certain tasks within those projects dynamically named based on the name of the project itself. So, I want the tasks in the template to automatically take on the project name when created.
I assume I should be able to use variables to do that, but I’m having trouble getting it to work. Can anyone help?