Hello,
I've 3 different collection :
Collcetion A
Collection B
Collection C
in collection A for each row I've a uniqID field
in collecion B + C I also have the same uniqID but as a refernce field to collection A uniqID field
now I have a repeater on my homepage that is taking the data from Collection A which is my master collection
in this repeater i want to show all the data from my 3 collections A+B+C
but when i connect the fields to dataSet B/C it still won't give me the correct value from the collection, they all only show the first row in the collection without considiration of the uninqID
what am I doing wrong?
Thank you
There are several approaches to the subject
You can run a query with include to the referencing cell but this is only possible on one cell.
What I suggest is to pull the data from the referencing cells when you interacted with the item (for example when touching the item run a query and pull the related data)
There is an option to do this when loading the list as well, but it will burden the loading time because it will have to perform all the queries in a row (I tried it once, it worked well, but it depends on the volume of data)
You did not specify whether the connection is multiple references or a single reference of one item (this affects the search queries and the data pull)
If you need help you can contact me
https://www.wix.com/velo/reference/wix-data/wixdataquery/include