Query loop for media in current post

Hi! I’m trying to create a query loop that calls on the videos (custom pods field) attached to the current post. I have a block with an active query loop and a video element inside. Ritght now, all posts are rendering all videos. How can I limit the videos to the ones in the current post only?

If anyone could help I would be very grateful!

1 Like

in Child of {post_id} , in video dynamic data {post_id}, this should work!

1 Like

thank you so much! this worked

1 Like