Hi Team,
What is the best way to qualify the users to an audience based on their "MM-DD" details provided by them on out-of-box field(person.birthDayAndMonth). The audience will be used to send Birthday Greetings.
I tried to use below PQL, however it throws a datatype error as its trying to compare string with Integer. And we don't have datatype cast function.
"person.birthDayAndMonth.startsWith(currentMonth(), false) and person.birthDayAndMonth.endsWith(currentDayOfMonth(), false)"