I am using the Email [GH] to parse my form and if the condition is met send the e-mail
I have several Email [GH] looking for different items to send different e-mails
The first looks for {REG1}::1,{REG2}::1 and sends an email template #1 to my team.
The second looks for {PROV1}::1,{PROV2}::1 and sends an email template #2 to my team
The logic is that a user of the form selects an item in either (REG1 and REG2) or (PROV1 and PROV2).
By default there is a 'space' character in all the locations until they are selcted
The problem is that when any of the items are selected (it has a 1 in the entry), two emails are sent (template #1 and template #2)
Is there something I am doing wrong?
Should the {REG1}::1 really look like {REG1}::'1' or {REG1}::"1" or is there something else?
Thanks in advance for any clues that could be provided.
Kevin
I have several Email [GH] looking for different items to send different e-mails
The first looks for {REG1}::1,{REG2}::1 and sends an email template #1 to my team.
The second looks for {PROV1}::1,{PROV2}::1 and sends an email template #2 to my team
The logic is that a user of the form selects an item in either (REG1 and REG2) or (PROV1 and PROV2).
By default there is a 'space' character in all the locations until they are selcted
The problem is that when any of the items are selected (it has a 1 in the entry), two emails are sent (template #1 and template #2)
Is there something I am doing wrong?
Should the {REG1}::1 really look like {REG1}::'1' or {REG1}::"1" or is there something else?
Thanks in advance for any clues that could be provided.
Kevin