Hi,
I have a list where i am storing Country wise Approvers, Ex:
Country Approvers
USA User1; User2
Mexico User3; User4
In a canvas app i need to show a button if user is in these approvers. I tried LookUp but it only gives first value of the column.
Formula : LookUp(Country, true).Approvers.Email
Result: User1; User3
Is there any way i can get list of all Approvers in this scenario?