Hi everyone,
I would like to send a survey via email but differentiating the email text depending on whether the respondent was in the treatment or in the control group. This piece of information is stored in the embedded data field “Treatment”. I would like to do something like:
if Treatment == 1{
<email text for treated>
}
elif Treatment == 0{
<email text for control>
}
Do you know a way to do so?
Thank you in advance for your help!
Best,
Marco