I am trying to create an automated update request with placeholders {{ }} to make the messages more useful as the sheet has many projects on it and the receiver would not immediately know what the message is referencing without the placeholder information.
Most of them work (Owner, Project Info) as you can see here:
{{Project Name}} is the one which will not work for me. It also does not work on other sheets I have tried this on.
As you can see, the column does in fact exist:
The values in the project name column are generated by
- @row for the parent row
- =parent() for the child rows
Can placeholders not be used on columns which are being populated by formulas?