Display CCT crocoblock meta fields on bricks popup

Hello, is there any way to get the meta fields of a cct entry that is on dynamic table inside a popup?
I tried to set the context id of the button that triggers the popup to this value {je_cct_live_auction_bids__ID}

But it doesnt populate (force ajax loading is enabled).

The strange thing is that inside this popup i have a form for comments that updates the cct entry and this one works.

Did you add the template to your popup? Read more about it here: Popup Builder – Bricks Academy

yes i added it. The problem is with the population of the cct meta fields. My settings are exact the same as the guide with the only difference that for context id i use {je_cct_live_auction_bids__ID} . In the developer console the context id gets correctly the id of the cct but in the popup i cant display the meta field values of the cct item.