Hello,
I’m trying to set up a block in a welcome flow to show an offer based on which A/B test variation they signed up for.
The flow is filtered for the form ID.
The logic I am using is:
person|lookup:'$consent_form_version' == '9500556'
with each block using a different form version ID (950057, 950058, etc)
The preview isn’t giving me a syntax error, but is not displaying the corresponding block for matching profiles (no blocks are shown). Any ideas on what I am doing wrong?
Thanks!