Is it possible to link Card list with three different database collections?

Is it possible to link Card list of three items with three different database collections?

The card list has three category but each one must be linked to different collection.

It would be highly appreciated if someone can help in this.

Thanks

Hi @abd.mounajed,

Any list is linked to one single collection and displays all / filtered items from this collection. In theory you can create a structure with one collection which has relationships to 3 other collections, but this is usually a wrong way to design your database - you need to understand very well what you’re doing.

If you explain your task in a bit more detail, someone may give an advice how to implement it in a best possible way.

Best regards, Victor.