Hello PowerApps Community,
Is it possible to Set a default value for dropdown with custom items?
The default value that I want is to display the department of the employee where the user belongs.
For example, since I'm from IT department, the default value is IT.
So, I used the dropdown control. I used this to get data from office 365:
(Default property) Office365Users.MyProfile().Department
At the same time, I still want to be able to select custom options like: Sales , HR -, etc. (which is inside the items property of that dropdown)
So I used this:
(Items Property): ["HR","Sales","Marketing"]
But, it won't display the default value when I run my app.
Is this possible?
Thank You and Kind Regards,
Kharina