I have a Contract Sharepoint List (Main List) which has multiples columns, the importances ones are Group Owner and Email Address Owner, both are Lookup Columns for a secondary list (Owner List) and i have a third List named Groups with a single line text column where i upload all the groups.
* Group Owner - "Grupos" on the secondary List - Lookup column, data is coming from the third List.
* Email Address Owner - "Email" on the secondary List- Single Line Text
Now I have created power app form on the Main List, if a user selects any Group Owner corresponding emails should be load in Email Owner column so user can select any of the emails (if there are multiple for that group).
I tried multiples workarounds to make this work, however the closer aproach just it is showing me 1 item.
Filter('Owner List', ID = cbGroup.Selected.Id)

