I need help in getting item with all product global object

I need help in getting item with all_products
{% assign prdct = all_products[product.metafields.global.addon] %}
then I am trying to get it like this

{{prdct.title}}

Did you tried to remove the space with strip from the addon??

1 Like

oh, it really work for me, thank man, you are always helpful