Hi @SatheeskannaK @Mohan_Dugganab @Anuhya-Y @_Manoj_Kumar_ Is there any way we can manage channel surface in condition activity without adding any new email activity.Eg : if code is Status=1 then i have to select the channel surface is ABC and if the Status = 0 then the default channel surface has ...
As I read in the documentation code base experiences are run as soon as WEB SDK is loaded. Taking into account that WEB SDK should be in the head section of the page. What if we would like to (as an experience) personalize some banner. Then in the js script we should check if DOMContentLoaded event ...
Hi! I wanted to try this new feature in one of my active journeys, but an error keeps popping up saying:"There was a problem loading your project. Please refresh the page and try again".I did that, but nothing happened and there is no way to go back to the other view. What can I do?
Hello,I do have date format like this "formatdate(now(), "%BI %2D %4Y")" in ACC but I want to use this in AJO. How this can be achieved. Expected result is "JUNE 21 2024"
Hi all, As we scale and build more journeys into AJO, we will need a way to start proactive monitor & alert if certain journeys are working and delivering, and throw errors if not. Curious how are people approaching this since this is not an OOTB feature, I am also wondering if there's any creative...
Hi,I can't publish any new audiences using the Audience Composition canvas. I have not reached the maximum of live audiences. The error message is "internal server error". How can I find more information on this error? Best regards,Mikael
I am tryign to use the following code:{% let newDate = profile._loyaltyone.onboardingJourney.firstOffer.endDate %} New Date = {%= newDate %}which returns the following:New Date = 2024-05-12T00:00:00Z I would like to format as "May 12, 2024" but my code is not working:New Date = {%= formatDate(newDat...