Hello,
I have two roles for a user in a sharepoint list - when i want to return both the roles - the lookup is just returning one instead both in the dropdown item list. Can u help - i tried with filter and then used a lookup ontop of that but its not working . Currently the user holds 2 roles and i want to get both the roles in a drop down item list.
[LookUp(Filter('SP LIST','Name of User'= User().Email && 'Role of User'="Role1" || 'Name of User'= User().Email && 'Role of User'="Role2"),'Name of User'= User().Email,'Role of User')]
or
[LookUp('SP list','Name of User'= User().Email,'Role of User')]