Hey if I wanted to take out empty fields in my email notification how can that be done
Instead of having the field configuration as
name: <<[Name]>>
customer: <<[Customer]>>
please try the following format in the template for the fields that are likely to be blank.
<<IFS(ISNOTBLANK([name]), CONCATENATE(โname: โ,[name]))>>
<<IFS(ISNOTBLANK([customer]), CONCATENATE(โcustomer: โ,[customer]))>>
User | Count |
---|---|
16 | |
13 | |
8 | |
7 | |
4 |