Thank you for suggestion, Manoj. I will try this. Meanwhile, is there anyway to check whether a string is there in the variable. Like "includes" or "contain" methods of JavaScript ? This will improve the options for the future. Thanks,Vinay
I'm trying to check whether ACM data field contains a particular string using if condition. However, that portion isn't working. I have used below snippet. Can anyone please tell me if there's any issue with the snippet? <% if ( (rtEvent.ctx.Consumer.PaymentMethod).includes("Direct Pay")) { %> <li>O...
Thank you so much for detailed reply and explanation. I will definitely try this. My workflow already worked after making few changes though. I was playing with many conditions so I'm not sure what exactly I did but I have kept copy of that so that in the future, I can duplicate that one, if require...
Hi everyone,I'm trying to send an email to external email address using Adobe Campaign Classic. But it is failing on email delivery step. It says mismatch of nms:recipient and there are many other errors if I change configuration. - I have tried many combinations for this simple workflow. I just hav...
Thank you so much for detailed reply. As rightly pointed by you, there was a network failure for few minutes that have caused this issue. I have checked today and the workflows are running perfectly fine without any issue now. I will add myself as supervisor so that I can get notification as suggest...
I have been running one recurring workflow in which players are added to one segment. There was no issue until today. Players were added to the desired segments everyday. But today, the above mentioned error was displayed and players weren't added to the segment. 1 Does anyone have any idea why thi...
Thank you so much for sharing insight. I would definitely want to read through this. Just 2 questions: 1. By status update, you mean any interaction with the email - it can be open or click - right or status update means something else - can you please share? 2. Can you please point me to the locati...