Hi,
I want to convert or the app to read this in lower case (KMC)
I know the string Lower is used it's just where will it be added??

Hi,
I want to convert or the app to read this in lower case (KMC)
I know the string Lower is used it's just where will it be added??
HI @ClarkyPA365 ,
In this case the argument (EmployeeValue.Selected.Email) needs to be in lower case, so that's what you need to apply the Lower function to:
Office365Users.Manager(
Lower(
EmployeeValue.Selected.Email
)
).Mail