Hi - I have added a custom feed (from Wordpress RSS feed) and this is working fine in the feed preview.
However, I cannot get the content to dynamically populate an email.
I’ve been through the instructions here: https://help.klaviyo.com/hc/en-us/articles/115005258768-Guide-to-Adding-a-Custom-Web-Feed-in-an-Email#populating-feed-content-in-your-template6
and searched on the forum, but just cannot get this working.
I have setup a text block and set the Repeat Block to feeds.PODCASTS.rss.chanel.item and the Alias item to ‘item’.
Then in the text block source I have added
<h2>{{ item.title }}</h2>
<p>{{ item.description }}</p>
(both title and description are attributes in the feed)
Below is the output from the feed (to the end of the first item).
Any ideas where I am going wrong?
Thanks
Philip.
{ rss: { "@version": "2.0", "@xmlns:content": "http://purl.org/rss/1.0/modules/content/", "@xmlns:wfw": "http://wellformedweb.org/CommentAPI/", "@xmlns:dc": "http://purl.org/dc/elements/1.1/", "@xmlns:atom": "http://www.w3.org/2005/Atom", "@xmlns:sy": "http://purl.org/rss/1.0/modules/syndication/", "@xmlns:slash": "http://purl.org/rss/1.0/modules/slash/", channel: { title: "Podcast – Chalke Valley History Festival", "atom:link": { "@href": "https://cvhf.org.uk/podcasts/feed/", "@rel": "self", "@type": "application/rss+xml" }, link: "https://cvhf.org.uk", description: "21st to 27th June 2021 - The largest Festival dedicated entirely to History in the UK", lastBuildDate: "Wed, 10 Mar 2021 11:49:20 +0000", language: "en-GB", "sy:updatePeriod": "hourly", "sy:updateFrequency": "1", item: : { title: "42. AFRICAN-AMERICAN CIVIL RIGHTS", link: "https://cvhf.org.uk/podcasts/42-african-american-civil-rights/", "dc:creator": "Philip Ewen", pubDate: "Wed, 10 Mar 2021 05:00:33 +0000", guid: { "@isPermaLink": "false", "#text": "https://cvhf.org.uk/?post_type=podcast&p=20840" }, description: "In this talk to senior school pupils, Dr Gareth Davies explains what ‘Jim Crow’ was, and what sustained it before examining what destabilised and finally destroyed it. He finishes by discussing what replaced ‘Jim Crow’ and shows evidence of progress.", "content:encoded": "<p><span style="font-weight: 400;">In this talk to senior school pupils, Dr Gareth Davies explains what ‘Jim Crow’ was, and what sustained it before examining what destabilised and finally destroyed it. He finishes by discussing what replaced ‘Jim Crow’ and shows evidence of progress.</span></p>" },