I wanted to display related posts based on the following query on the single post page.
The problem is that after that, the query loop in the builder does not display the posts as expected. Rather, it displays exactly the post that we selected for preview.
Thanks for the login details.
I am able to replicate the issue.
When using dynamic data inside a query loop on template, the query results is not right.
The root cause is the dynamic data parsing the wrong post context (Using the template as the post instead of your selected populate content post)