How to bind in-component image in a list?

Hi, I have a list of posts being displayed and want to show the first image connected with that post. I’ve got the one to many relational database connection (one post, many images), but it doesn’t allow me to bind an image. See screenshots.

How can i bind the first image of that post?



The reason you cannot directly bind is that images is actually an array of images, so you need to use a Formula to access an item in the array

1 Like

Amazing, got it working, thanks.