I am trying to filter the list “DOT List” to only show items that the current user has created and complete is = “No”.
The function below is not working. For some reason the items section will not find the Created By column?
Filter('DOT List', CreatedBy.DisplayName = Office365Users.MyProfile().DisplayName And Complete = "No")

Any help with this?