
Hello,
So I have 8 collections/tables that are pulled from an SQL database. They do not all share the same attributes - but they are linked with primary keys since they are pulled directly from SQL. In my app, I want the user to select specific values from different tables and these selections will result in a filtered list of questions based on the chosen values (the questions are in their own table). Sorry if this is confusing.
Basically, I am trying to filter a gallery based on values that are all stored in all different collections. Is this possible?
Thank you