Hi all,
I'm trying to use a Filter Expression as a Journey Condition in Adobe Journey Optimizer. I want to compare now() (or nowWithDelta()) with a profile date field, like this (anonymized paths):
now() < #{ProfileGroup.profile.campaign.expiry_date}
But I get the error: The expression is invalid: The expression has not a valid structure
Observations:
now() returns dateTime and the profile field is date.
Using toDateOnly(now()) or toDateTime(toString(...)) also fails.
Helper functions like toDateOnly() appear in the editor but are not highlighted in this context.
Other users seem to be able to use similar expressions in journey conditions.
Question:
CC: @Mohan_Dugganab @SatheeskannaK