Creating Case Templates

Your Data

Helper Functions

comparetable

todo

currency

todo

date

todo

encrypt

Databug supports end-2-end encryption within the case template, the entire template can be encrypted or just individual words.

{{#encrypt}}
All of this text will be encrypted
{{/encrypt}}

or

Only the word 'data' is encrypted: {{encrypt 'data'}}.

Last updated