I have a SharePoint list with people, on this list I have an email column named "correo_electronico" I'm trying to check if an email on that list exist on my Office 365 users, right now I'm using a label to check if the formula is correct, but I can't get it to work
This is the formula I'm using:
If(Office365Users.SearchUserV2({searchTerm:Text(ThisItem.correo_electronico),top: 1,isSearchTermRequired: false, skipToken:"token?"}),true, false)

Report
All responses (
Answers (