How to have perfect grammar in a templated message? | Community
Skip to main content
Answered

How to have perfect grammar in a templated message?


Our template is:

 

Hi {person},

{Person} has finished {action} {deliverable} for {job name}.

Cheers,

{Author name)

 

This works most of the time. But sometimes the grammar doesn't work. Like this:

 

Hi Dave,

I has finished reviewing script for MAK001.

Cheers,

Paul

 

Ideally it would read "I have finished reviewing a script"

 

Any ideas how you make the templated message flexible enough to always make sense?!

Best answer by Daniel M15

Hey @tom m15​! Daniel from Customer Support Engineering here πŸ”§ 

 

At the moment, we don't offer a way to conditionally display message content like this. Realistically, you'd have to ensure that the data you're pulling always consistently comes in a form where the verb and nouns can be slotted into your sentence. If your dynamic variable comes through as "reviewing script", we can't edit it after it's been pulled into the message. It might be worth changing your data naming convention so that the action is always referring to an instance of what it's being performed on (doing a thing) and the person's name is always third-person (Jim instead of I).

 

Hope this helps πŸ‘‹

View original
Did this topic help you find an answer to your question?

2 replies

Daniel M15
Employee
  • Employee
  • 240 replies
  • Answer
  • December 1, 2022

Hey @tom m15​! Daniel from Customer Support Engineering here πŸ”§ 

 

At the moment, we don't offer a way to conditionally display message content like this. Realistically, you'd have to ensure that the data you're pulling always consistently comes in a form where the verb and nouns can be slotted into your sentence. If your dynamic variable comes through as "reviewing script", we can't edit it after it's been pulled into the message. It might be worth changing your data naming convention so that the action is always referring to an instance of what it's being performed on (doing a thing) and the person's name is always third-person (Jim instead of I).

 

Hope this helps πŸ‘‹


  • Author
  • New Participant
  • 1 reply
  • December 4, 2022

Great thanks Daniel.


Reply