I have created a Gallery, from a SharePoint List, that will list all courses associated to the currrent user sign in using Office365 Users Connection. I have setup a input box to allow users to search the users DiplayName, Email, or Department. I attempt to use the following formula:
Filter(SharePointList, Instructor.Email = User().Email)
It does not seem to be working. I am running into the following error:
Invalid argument Type. Cannot user table values in this context.
What is the proper way of comparing a user from a list to the current user?