Dynamic notes
How to use the portal variables and logic operators that make up dynamic notes


Variable name
Description
Logic operator
Behaviour on a dynamic note
Syntax
Last updated
Was this helpful?
How to use the portal variables and logic operators that make up dynamic notes


Last updated
Was this helpful?
Was this helpful?
{{#if user.firstName ""}} Hi {{user.firstName}}{{#if user.firstName ""}} Hi {{user.firstName}} {{else}} Who are you? {{/if}}{{#if user.firstName ""}} Hi {{user.firstName}} {{else if user.email ""}} Hi {{user.email}} {{else}} Hi there! {{/if}}{{#unless user.name "John"}} Weclome to the portal John! {{/unless}}{{#each user.attr.subjects}} this.value {{/each}}