1) I have Azure SQL table "Projects" with colums "UserId", "EmaldAddress", "ProjectName".
2) I have user logining PowerApps and viewing listbox or dropbox listing ProjectNames. User should see only projects where he is authorized based on Azure SQL data.
3) After selecting projects, he is able to see details of project.
Items = '[dbo].[PoaFormProjectAccess]' (Works fine)
Text = User().Email (This gets current user)
How to modify items so that I can filter with User().Email?

Report
All responses (
Answers (