Dive in, experiment, and see how our AI Assistant Content Accelerator can transform your workflows with personalized, efficient content solutions through our newly designed playground experience.
Hi, is there a way via condition or any other activity to avoid contact same profile in a journey twice? I know the "Allow re-entrance" option but it does not help to my use case. I'd like to add like a condition before email checking profile have not been contacted by that email. Thanks.
Hi! I need a condition that counts the data traveling from previous nodeFor example, first condition I'm filtering 1 email and second condition I want to ensure is traveling only 1 profile, so how can I make a count of the data traveling in first condition?Thanks
i have a use case where i need to build the relationship between two event datasets in aep. when i am trying to build relationship it is not working.As for as i know the relationship can build between XDM experience event schema and the individual profile schema. Is there a way where we can establis...
Hello, We got stuck with creating custom action to SFMC and would appreciate any suggestions from this group. 1) We followed the steps to configure Custom Action from this article by @anuhya-tad .Expect that we are sending the audience to SFMC's Data extension. 2) Custom Action Configuration : ...
Hi , I am trying to split a string and get the last item from the list. For this, i am not sure what helper function to use.I have a string lets say sampleString with value abc-12345.For splitting i am using the split function {%= split(sampleString,"-") %} and this is giving me the result List(abc,...
Hi all! I need to create a recurring journey that must be excuted daily that must target contacts that haven't opened an email in the last 12 months.The thing is when creating the audience I don't know how to establish the conditions so that the audience only includes contacts who have not opened an...
While creating Email template API, I am facing a challenge where I am getting a 403 error saying "You do not have permission" attaching screenshot for reference.I can see that I have Manage library items permission included in the Content Library Manager product profile (Screenshot attached).I also ...
Hi, is it possible to retrieve the information from a relationship established with a lookup schema into a journey? In the specific i have an id on a profile schema, this id is related to a lookup entity with further details, such es color, price etc. Can i retrieve the details of the lookup into ...
Is it possible to write group by OR nested group by in PQL queries for an audience evaluation? If yes, What is the syntax? Profile IDRankingDateofBirth1101/01/19802102/02/19813203/04/1982 ConditionIf Ranking score is same, Pick one profile by Max Date of birthIf Date of birth is same, then pick one ...