{
"Id": "123",
"AccountEnabled": true,
"BusinessPhones": [],
"Department": "abc",
"DisplayName": "abc",
"Mail": "abc@mail.com",
"MailNickname": "abc",
"UserPrincipalName": "abc@mail.com"
}
e.g.
@not(empty(outputs('search_for_users_(V2)')?['body/businessPhones']))
@not(equals(outputs('search_for_users_(V2)')?['body/businessPhones'], null))
@not(equals(empty(outputs('search_for_users_(V2)')?['body/businessPhones']),true))
@not(equals(outputs('search_for_users_(V2)')?['body/businessPhones'])?[0], null))
Current display in SharePoint List: ["1234 5678"] (same as the output of 'get user profile')
Idel display: 1234 5678