Hi,
I'm working with two SharePoint lists in a simple app.
In one list, I have the e-mail addresses in the title column and the name of the organisation the person belongs to in a separate column.
I want to show the organisation depending on the user who is logged in.
I managed to it with this "LookUp(Schulzugehörigkeit; Title = User().Email; Organisation)"
However, the LookUp is case-sensitive. I know all the e-mail adresses, but I don't know if the names are capitalised (some are).
Is there a way to make this lookup case-insensitive to make it more robust?