Hi Community,
I have a dropdown list that contains all employees' name from D365 Users' list with this following formula:
Office365Users.SearchUser({searchTerm:""}).DisplayName
However, since there is a limit in the drop down and the available employees are way more than that's being displayed. I would like to add a search function into the above formula.
So there will be an input box for users' to start typing names, then the dropdown will filter (and search) in the D365 Users list for that name.
Any help on altering the above formula will be great, thank you.