How to create a dynamic WooCommerce reviews slider with Bricks Query Loop?

Goal: I want to display WooCommerce product reviews dynamically in a slider using Bricks Builder’s Query Loop.

What I’ve Tried:

  • Enabled Query Loop on the container block wrapping the slider.
  • Added custom PHP code to fetch reviews via get_comments().
  • Used {post_title} and {post_content} dynamic tags, but they display blog post data instead of reviews.

Problem:
The Query Loop isn’t pulling WooCommerce reviews dynamically. Is there a way to intercept the query and link it to WooCommerce comments?

Setup:

  • Bricks Builder version: latest
  • WooCommerce version: latest

Thank you for your help!