Use IF Else condition within Process Email Template

Hi,

I tried to use below if else one-by-one in process email template html code but email comes with code and conditions are not working.

1. {if $check_service_c=="Yes"} sometext {/if}

2. <!--{if $check_service_c=="Yes"} sometext {/if}-->

3. <!--{{#if {::Leads::check_service_c::} == "Yes" }} sometext {{else}} sometext 2{{/if}}-->

4. {{#if {::Leads::check_service_c::} == "Yes" }} sometext {{else}} sometext 2{{/if}}

My requirement is, If checkbox is checked than show sometext

Any help will be highly appreciable

Regards

Parents Reply
  • Hi,

    I tried below in my process email template but not working :

    "{if !empty($fields.choose_module_c) and ($fields.choose_module_c eq 'Company')} {::accounts::name::} {/if} {if !empty($fields.choose_module_c) and ($fields.choose_module_c eq 'Investor')} {::avds_Investors::name::} {/if}"

    Please help me.

    output is coming as in email received as below:

    "

    {if !empty($fields.choose_module_c) and ($fields.choose_module_c eq 'Company')}
    kcb
    {/if}

    {if !empty($fields.choose_module_c) and ($fields.choose_module_c eq 'avds_Investors')}
    kcb-PE-2023
    {/if}"

    THanks,

    Shreya

Children
No Data