Hi all,
I want to display a edit button in a gallery only if the logged in user is the same as the assigned to value within the SharePoint list behind.
I store the user in a variable at "on start".
I "Visible" property look for the button looks following:
If(varLoggedInUser = ThisItem.'Assigned to',true)
The error message is something like:
Can´t compare text with records.
So I know what the problem is but I don´t know how to solve it.
Does anybody of you has a solution?