I have a database where there is a many to many relationship between "List Name" in Table A and "List Member" in Table B. I have a joining table that maps members to lists since a member can belong to many lists (call this Table C).
Currently, PowerApps doesn't support Views therefore I cannot do an easy filter to show the list of List Names on one screen and then go to the members of that list on the next screen .... I can get the ListID from Table A from the first screen but then that ID doesn't exists in TableB ... only in TableC where it maps to many MemberID values.
Is there a work around in PowerApps where I can click on a list name and then get the list of members? I need this to be a delagated query to SQL Server since I may have more than 500 members in total and so I cannot pull them all back and filter within PowerApps.
Alternatively - please provide an update as to when Views will be supported.