adobe/aem-core-email-components

Segmentation Component - Adobe Campaign Classic is unable to evaluate the segmentation conditions

priyankpardiwala opened this issue · 1 comments

The conditions added by the Segmentation Item component look correct in the UI but when running the actual delivery, Adobe Campaign Classic throws a compilation error.

The condition entered on Segmentation Item component
targetData.firstName == "Priyank"

But when ACC receives the HTML, the condition looks like this (see below), which causes compilation error on the Campaign side.
if (targetData.firstName == "Priyank")

When I compare the conditions in the existing campaigns, the condition looks like -
if (targetData.firstName == "Priyank")

Hi @priyankpardiwala,
Issue fixed and will be included in the next package drop.
Kind Regards,
Noor