I am building a card with a custom post types.
I have a query loop that selects the CPT, and every thing works fine.
I can add an image, basic text and use the dynamic data property and then select post_title, featured_image etc.
However, if I add a Text Link element, it pulls data from the page, and not the CTP, even when the Text Link element is inside the query loop.
Browser: Chrome 110 OS: macOS / Windows / Linux / etc.
[Please describe this bug in as much detail as possible so we can replicate & debug this bug]
Edit: hmm, just noticed that if I use the dynamic data and then the post_title, like I did on the text link, also the basic text pulls data from the Page, not the post.
in the “Text Link” element you will want to link to some URL, so you will need to use {post_url} dynamic data.
Because {post_url} will output only the link, that will get inserts, not full <a> element.