How many multiple relations can exist in a glide table cell?

Hi,

I have a relations column in table A linking it to table B. Both tables have this common ID_Key column. In table A each row has a unique ID_Key and in table B there are multiple rows bearing the same ID_Key for each unique ID_Key in table A. Hence the relation column in Table A gets multiple matching rows from Table B on that ID_Key basis.

My question is that is there a limit on the number of rows that can be related to from Table B for each unique row in Table A ?

@NoCodeAndy @Darren_Murphy please guide :folded_hands:

No technical limit that I am aware of.
There might be a practical limit, but that would depend on several factors, and in most cases would be in the hundreds of thousands of rows, if not millions (assuming Big Tables).

3 Likes