I have a group email on Outlook that can use an application I'm working on. Only a subset of people in the office can access the application. I basically want to check in the OnStart property of the app if the user's email is in the group or not.
I know there's an Office365Group function and you can find an email using User().Email. I just want to simply check if User().Email is in the group email I created in Outlook.
How do I check this specific email in this specific group?
Thanks!