So I am developing an application form in Power Apps backed by Dataverse table.
In Dataverse table, there is a column called "applicant list" and Distribution List which all the for applicants is to be set in here.
When the user opens the app, it validates if the user is in applicant list (Distribution List) or not, and if not, it shows the error message.
Is it possible to get users in Distribution List, not Office365 Group.
If so, which connector should I use? Thank you.