Hello,
I am trying to filter a gallery based on the data present in a multiselect lookup column and i have error. Powerapps can't conver text to a table.
I have 2 sharepoint lists.
List 1- Has a multiselect look up column Assigned courses linked to title column of list 2.
List 2 - Has a title all the courses and title column is a single line text.
In gallery i was trying to filter list 2 courses based on the user logged in and display only the courses assigned to users in Assigned courses coulmn, but i get error.

Filter(Training,Title in Filter('[Data]-Competency Assessment',Title = User().Email).'Assigned courses')
Please help. thank you.