Apologies in advance if this has been answered anywhere but I’ve read through every piece of documentation I could find in regards to feeds and conditional blocks within Klaviyo and found no answer.
I’ve successfully integrated a feed into our email templates and we are also capturing a custom profile property for users joining the newsletter. I completely understand how conditional blocks work and I have success when passing a fixed value behind the operator but it doesn’t appear to work when trying to use a variable from within the feed. Here’s an example of what I’m trying to accomplish:
Custom profile property: State
Feed variable: {{ item.state }}
Condition: person|lookup:'State' = '{{ item.state }}'
This doesn’t appear to be supported. However if I use:
Condition: person|lookup:'State' = 'California'
It will work, but obviously only if it’s fixed content and not dynamic content from the feed. Is there any way to get this to work or some feasible workaround?
Thanks in advance for any help offered!