Issue with Meta Query

Hi everyone,

I’m encountering an issue with meta queries in Bricks Builder, and I’m not sure why it’s not working as expected.

I have a product (a custom post type with ACF) template page, and each product has delivery dates (a custom post type called Deliveries). A product has a type (either LN or LT). And a delivery can either be a LN delivery or a LT delivery aswell.

The goal is to display “deliveries” of a product that have the same type as the product on the page I’m currently on. When I manually set the meta value (hardcoded, e.g., LN or LT), it works just fine, but when I try to make it dynamic, it doesn’t seem to work.

I’ve tried using the dynamic ACF field (e.g., {acf_producttype}), but the meta query is not working (not parsing the field correctly ?). The fields are text fields, I also tried Select fields, not working either.

Is this an issue with parsing the dynamic field in Bricks Builder, or is there something else I’m missing in how to set it up? Is this a syntax error ? I would really appreciate any insights or advice on how to make this work dynamically.

Thanks in advance!