In the email template, the order of parsing is:
Parse User
Parse BP
Parse PO
We use variables with default values like @amount:nothing@ in the template.
@amount:nothing@
In the case where the amount exists in PO, it still shows “nothing” during User parsing.
Solution: Keep the default value until parsing reaches the PO step.
In the email template, the order of parsing is:
Parse User
Parse BP
Parse PO
We use variables with default values like
@amount:nothing@
in the template.In the case where the amount exists in PO, it still shows “nothing” during User parsing.
Solution:
Keep the default value until parsing reaches the PO step.