Array: How to pull images from selected row only

Hi guys,

I have the following hierarchy:

User → Pet Profile(s) → Vaccination history (for specific pet profile)

As can be seen in the image, I’m pulling the pet profile row ID to ensure only that pets info is displayed when creating a new log.

What I would love to do is have an array (I think?) that pulls all the images from that pet’s vaccinations into a single array so that it can be viewed as a carousel.

Any thoughts? Thanks in advance :slight_smile:

A Relation column and a Lookup column should be all you need to get an array of related images.

3 Likes

Thanks Jeff!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.