Hi @emha
Thanks for reaching out. I've created this post to try and make my goal clearer.
The context is that I need to create a list which has all users that have a particular job title / where the job title contains a defined string.
I don't have an existing list. I can make an empty list, but my starting point is I have no list.
I don't know how to run a query which returns all results that meet a certain criteria. Effectively in SQL language, I want to do something like this:
Select *
Where Job Title
Contains 'Commercial Credit Manager'
returning all Salary Numbers where the job title matches 'Commercial Credit Manager' from the Microsoft Active Directory (of our company).
