WAIT: Components: Render Dynamic Data within Loop Not Working

Rendering dynamic data within a component within a loop does not appear to be working correctly. It works for an image - but not post title - as seen in the screenshot below. Also providing screenshot of the setting where I have this enabled in the back-end settings.

Is this a known issue/limitation - or am I possibly not doing something correctly?

Hi @bmc38119,

can you show your setup, where do you have a loop? I’ve tested like this (Note that the loop is on the container), and {post_title} that is inside the component, is rendered correctly on the frontend.

I’ve noticed though, that for the first item {post_title} was not rendered in builder, but otherwise, it was working.

Can you let me know a bit more about your setup so that I can replicate it locally?

Thanks.
Matej

@Matej

Apologies that I was not clear. Rendering is only an issue within the builder - it renders correctly on the front-end. My setup is below. I have a div container around the component that has the loop function enabled (b/c I want to reuse the component within other loops). And you are correct - it only affects the first iteration within the loop.

Hoping this can be fixed - as this render preview capability is so helpful when designing and dealing with very long dynamic field names and concatenations. I remember reporting this issue back in the day when displaying templates within loops as well - and it was corrected.