You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that a chosen expression language is probably separate than how templating will be handled, but worth considering at the same time.
RapidPro does:
Hi @contact.name
Just because having only a leading character seems to be easier for users to grock (as opposed to ${contact.name} and lets us do decent completion. The more advanced case of:
Hi @(CAMELCASE(contact.name))
(to call a function) is slightly more awkward but also not used as often. (and still allows completion)
We use a library we built which is simple Excel inspired functions:
https://github.com/rapidpro/expressions
Our thoughts are basically just:
The text was updated successfully, but these errors were encountered: