Hi Team,
I am trying to create something like(see the image attached) below for powerapps. In the text box i will connect to Office365 users and allow power app user to add more number of contacts from Office365.I want to make it dynamic ie powerapp user can add or delete any number of contact he wants.Any suggestion on how to implement the below control? Can it be implemented using textinput box and labels ?
Solved! Go to Solution.
Hello,
Do you have office 365 users added as a data source? In other words in case you specify items for combobox is it without error?
It should be like in second case on the screenshot (please note that the strange name is office365users just in Czech)
Even you do not type and you just click arrow in combobox it should show you full list of users.
Hi,
I do not know if this will help, but I solved similar issue in the following way:
1) Add combobox - name in exmple ComboBox2
2) Use own Items using Office365users SearchUser
Combobox2 Items:
Office365Users.SearchUser({searchTerm:ComboBox2.SearchText})
So now it searches O365 users by text which is typed in itself and you can add multiple users
Can you explain me the solution once.I added the combobox1 and added items as Office365Users.SearchUser({searchTerm:ComboBox1.SearchText}) but when i play i am not able to search anything from office365.
Hello,
Do you have office 365 users added as a data source? In other words in case you specify items for combobox is it without error?
It should be like in second case on the screenshot (please note that the strange name is office365users just in Czech)
Even you do not type and you just click arrow in combobox it should show you full list of users.
User | Count |
---|---|
255 | |
106 | |
85 | |
51 | |
43 |