Forum Discussion
JFCRobin
2 months agoSupporter
nesting liquid and using custom event properties in action trigger canvas
I'm building a action-triggered canvas that will send a message to a member to say "oh hey, you've looked at this content item recently, please leave a review about it by following this link". The...
- 2 months ago
You haven't closed the catalog initialization operation properly. You're missing a "%" before the last closing curly bracket. The code below should work.
{% catalog_items Content {{event_properties.${ID}}} %}{{ items[0].prettyname }}
Related Content
- 2 months ago
- 6 months ago