How to use popup in query look with ACF Repeater

Hello, I have a query loop and when its clicked it open a poup with data from a ACF REPEATER.
This data in this case is mostly videos.

When I’m loading posts, the ‘Fetch content via ajax’ works fine, and the content is only loaded when the button is clicked.

However, if I’m loading fields from a repeater field, the ‘fetch content via ajax’ dooesn’t work.
If I remove that option. All content seems to be loaded in page loaded, even before the button is clicked.

Ah… just saw this:

Dynamic data from repeater rows (like ACF or Metabox) can’t be displayed as they lack unique IDs, such as posts, terms, or users.

Bummer…

just acf shortcodes I think there was a solution for this or use AI to write one :slight_smile: