Can anyone help me with how to collect the first two elements of an array in AJO (Handlebars.js) and store them in two different fields?{% let demo = "1,903~19.03" %}{% let array = split(demo, "~") %}{% let val1 = array[0] %}{% let val2 = array[1] %}val1 :{{ val1 }}val2: {{ val2 }}I am using this, b...
Hi @SatheeskannaK @Mohan_Dugganab @DavidKangni when i am passing a string with some personalization in this from the event activity "Have a few seconds or call" +#event attribute it is taking or as a function not as a string can you let me know how to resolve this.
Hello everyone,We're currently working on a challenge involving conditions based on both language and first name. Here's the scenario:We support two languages: Arabic and English. If the user's language is set to Arabic, the Arabic version is displayed, and the same applies for English.Additionally,...
Does AJO have the ability to deploy an email on one date and resend that same email 2 days later to only those profiles who didn't open the original email? Is this achievable? If so, how?
Hi Community!I am a fresh Adobe Journey Optimizer user who is trying to add Oracle DB as a source connection, and failing to do so. I was wondering if someone would be able to help me out with it.First of all, I am following this docummentation:https://experienceleague.adobe.com/en/docs/experience-p...
Hello, I read through the available documentation on the new IP warming feature. I understand a user can have multiple phases in an IP warming plan. Each phase can have multiple runs. Also, a user can split runs. What are the benefits of having both phases and runs?When building my IP warming plan, ...
We have a scenario where we frequently need to get the 'counts' of different sub-segments by using the Journey tool. Doing this manually using audiences is not practical with the once a day run. We get these 'counts' to advise the business team of how many will receive each treatment OR exist th...