Hi,
I want add a people finder option in my power apps forms.How shall I go about it?
Please Help!
Solved! Go to Solution.
Hi @freshyshreya ,
In the people picker combobox DefaultSelectedItems please add below code.
Switch(ComboBox2.Selected.Value,"Finance",{DisplayName:"Full Name same as in Active Directory"},"BPI",{DisplayName:"Full Name same as in Active Directory"},......)
Dont forget to enable search in the combobox field like mentioned below.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
If this post was helpful or you need more help please consider giving Thumbs Up and Tag me in your reply I'll be happy to help. If this post helped you solve your issue please click Accept as solution and provide Thumbs Up. This will help others find it more readily.
Hi @freshyshreya ,
You can add a ComboBox if you want to search the users as well.
Step 1. Add Office365Users connector
Step 2. Add combobox
Step 3. In items : Office365Users.SearchUser({searchTerm:ComboBox1.SearchText})
Step 4: Click on fields and add DisplayName as shown below
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
If this post was helpful or you need more help please consider giving Thumbs Up and Tag me in your reply I'll be happy to help. If this post helped you solve your issue please click Accept as solution and provide Thumbs Up. This will help others find it more readily.
Hi @PG_WorXz10 ,
The formula for people finder works fine.
I need to add one more functionality over here.In the pic below,in combobox5(3) I want to have two options 1. it should have the switch function so that when a user selects from 1 ,the respective name gets displayed in 3
2.combo-box5(3) acts as a people finder.
So,its either option 1 or 2
Note:Currently I have these two function in two separate controls(i.e.2 & 3). Therefore I need to bring these function into one (i.e. in Combobox5(3))
Hi @freshyshreya ,
In the people picker combobox DefaultSelectedItems please add below code.
Switch(ComboBox2.Selected.Value,"Finance",{DisplayName:"Full Name same as in Active Directory"},"BPI",{DisplayName:"Full Name same as in Active Directory"},......)
Dont forget to enable search in the combobox field like mentioned below.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
If this post was helpful or you need more help please consider giving Thumbs Up and Tag me in your reply I'll be happy to help. If this post helped you solve your issue please click Accept as solution and provide Thumbs Up. This will help others find it more readily.
User | Count |
---|---|
253 | |
113 | |
92 | |
48 | |
38 |