Hello, I have a SharePoint List in a Gallery,
I want to show only the Items that the User is assigned to.
I used this filter, but it doesn't work.
Filter(List_Name; Concat(ThisItem.AssignedTo; DisplayName) = User().FullName)
The code alone works, but not in a filter.
Concat(ThisItem.AssignedTo; DisplayName)
User().FullName)
What am I doing wrong?
Thanks in advance.