Is it possible to pull information into a list from two different databases?

I have a list of Dogs that pull information from one internal database. It works well. Then I have a calendar with checkboxes to indicate if dogs have walk that week. This data is calculated in google sheets to determine that information. I would like to pull that data via API for each dog on the card. Dog Name is unique value in both databases if that helps.

Is that possible to have a list wtihin a list? Or is there any other way to do this? When i tried it the whole thing slows down and crashes.


image

1 Like

I can sort of achieve the result by having two independent lists one on top of each other, but then there is no reference to the dog on the card, and the order of dogs must match in both databases, but it sort of works in web preview but the alignment on the app of the calendar is all whack, so I am not sure how to fix that yet.
image