I am working on an automation and trying to figure out if this is possible. When a field custom field changes, I am looking to move the task to a specific folder as well as I want to create a project from a blueprint and put that in a different folder. That part I am ok with. When setting up the blueprint, it asks for a Name. The Name that I am looking to use is not static and wanted to be able to use 'Name' of the task as part of the Name of the project. Is this doable as part of the automation?
As an example:
Task Name - ABC Test Task 1
Task Name - DEF Test Task 2
When the task is updated to Approved, create blueprint from standard project blueprint and give it this name [Name of Task] XXX Build Project so if both above tasks get approved, the two project names would be:
ABC Test Task 1 XXX Build Project & DEF Test Task 2 XXX Build Project. Thank you for any thoughts you might have around this.