I want to create a view in Dataverse where the records will get filtered on the Basis of Current user logged in:
For Example:
I have a Employee Table in Dataverse with Column (EmailID, Name, EmpID)
Now I want to create a dynamic view with Filter Condition of "EmailID = User().Email"
And post creation of View with details of Logged In user, I want to create a Model Driven App.
What is the best approach to get the similar result?