I have collection A {many:many} collection B {many:many} collection C.
Record in col A has record col B in the m:m relation and col B has record col C in the m:m relation.
Custom list of record A can retrieve/display the record in col B.
Chip List of col B sitting on the custom list for col A with the following filter:-
Current col A > col B’s
Custom list of record A CANNOT retrieve/display the record in col C.
Chip List of col C sitting on the custom list for col A with the following filter:-
Current col A > col B’s > col C’s.
Am I missing something or does Adalo simply not do what it should be doing?