Re: Annual leave application
Hi @Aknox ,
Based on your additional comment, there should be an additional condition to determine whether this employee should send an approval or not.
Suggestion
=============
- Create an Azure AD group and add the users who require
- Add a condition before taking the approval process.
- If the user is in the list, take the next approval process
- If the user is not in the list, move to the completion process without sending approval
- If the users doesn't have a permission to check the Azure AD group, then, create a Excel table in OneDrive with the valid user list and use this as validation
Hope this helps. Thanks!