Dear Experts,
I have a problem. I have noticed that the syntax of the code i am using is different from the people who gives demonstrations on youtube. For example:
Someone shows me this code: ["DisplayName","JobTitle"] But when i do it i get an error.
the same with this code, this is my code:
'Office365-gebruikers'.SearchUser({searchTerm:PeoplePicker.SearchText})
and the code of a user on youtube:
Office365Users.SearchUser({searchTerm:PeoplePicker.SearchTex)}
How can my code is diffirent than the people from Youtube?
Gr. P