Hi, I'm very new to PowerApps, so forgive the probably obvious question.
I've create an app that submits a form into a SharePoint list I've created.
I used the Edit Form insert and connected it to the SharePoint list and the ability to submit all the fields, at least for me as the creator, work fine. I'm using the pre generated combo box for People, and one for Groups (both setup in sharepoint column list accordingly) and when I type a name I get a filtered search drop down on all Office365 users/departments. For other users though, when they start to type in the People or department boxes, nothing happens.
The formula in the combo box is Choices('Marketing Service Requests'.Name)
The App itself is shared with all org users, although the sharepoint list it submits to is private to our department, could this be the reason why?
A review of other posts suggests people using formulas like ComboBox1.Items = Office365Users.SearchUser({searchTerm: ComboBox1.SearchText}) but I'm concerned that won't then submit to Sharepoint if the sharepoint list isn't mentioned in the forumula.
Any suggestions? 