if/else
){{}}
. When you provide your custom data, Docupilot will replace these fields with the data. For example {{email}}, {{clientname}}, {{company_name}}.if/else
)if
Statement.if-else
Statement.if - else if - else
Statement{{#if payment_status}}
{{/if}}
{{#if payment_status "==" "paid"}}
{{/if}}
{{#if payment_status "!=" "paid"}}
{{/if}}
{{#if price ">" 1000}}
{{/if}}
{{#if price ">=" 1000}}
{{/if}}
{{#if price "<" 1000}}
{{/if}}
{{#if price "<=" 1000}}
{{/if}}
{{#if payment_status "contains" "paid"}}
{{/if}}
{{#if payment_status "not_contains" "paid"}}
{{/if}}
{{#if status "in" "open, on-hold"}}
{{/if}}
{{#if status "not_in" "open, on-hold"}}
{{/if}}
{{#if status "==" "open"}}{{#if priority "==" "high"}}
{{/if}}{{/if}}
products
has at least one entry.items
and sub_categories
have at least one entry.