I have a button that when pressed applies a template to my projects from the templates database.
I want to create an automation that allows me to apply a template to an existing project. This means I cannot write over the Project description, but I do want to append content from the template to the Description field.
The update referenced here only allows us to append content to the entity that triggered the automation. In my case, the project template.
I want to append content to the description (rich text) in my Project database. The option is not listed here.
I suggest having a rule in the Project database, which can be triggered from a button/rule in the template database.
e.g. checkbox = true is the rule trigger, and the automation in the template database sets it to true
Or perhaps it’s not essential that the rule is triggered from the template database?