Did you:
- turn it into an Expression variable?
- put quotes (") around the text?
- put square brackets ([ at the start, ] at the end) around the resulting string?
The error message makes it sound like it's trying to interpret plaintext (the stuff that's supposed to be in a string) as an expression so it sounds like you missed the quotes.