Hi @JC75,
Yes, there is a way to make it work.
Please follow the steps below:
1. Add the Office 365 User connection,
2. Add a Dropdown control, sepcify the formula below under the items property:
Filter(Office365Users.SearchUser(),JobTitle="General Manager").Mail
This would display an Email List of the people which have the JobTitle configured with "General Manager".
If you would like to customize the search part, you could change it as below, where TextInput1.text is used to input the JobTitle:
Filter(Office365Users.SearchUser(),JobTitle=TextInput1.Text).Mail
For more information about Office 365 User connection, please check:
Office 365 Users
Regards,
Michael