Hi guys, PowerApps newbie here trying to replicate an InfoPath form with SPO and a custom form in PowerApps but not sure how to do it. I have a form with dropdowns on it from which to pick users. These users will have an email sent to them using Flow when the form is submitted. I would prefer not to use a Person or Group lookup as I don't want the user to search all users in SharePoint. Instead I want to use a second custom list in SharePoint which has had users added to it that are required by the form and on the form just have a dropdown showing all users in this list.
[UserList] (list of users)
-Name (type person or group lookup)
[FormList] (will store data for form)
-Manager1 (want this to be a dropdown of Name in UserList)
-Manager2 (want this to be a dropdown of Name in UserList)
-Other fields etc
When form is save I need to use the email address of Manager1 and Manager2 to send emails to them for approval or updates. I'm not sure how this should be save to use the email address later or if it's even possible.
Seems pretty simple but a lookup in SharePoint on FormList won't let me see the field containing the name of the user in UserList and neither does PowerApps if I add a second data connector and point it at the UserList.
Hopefully this makes sense. Can someone please point me to resources which may assist or if not possinle explain why not?
Thanks,
Scott