My bad, hasRoleExactly isn't available to use server-side. Try with this instead, it checks that the user does not have either Role 1 or Role 2 (make sure to use lowercase values in your condition). I tested in my PDI and Admin can still see the Exp...
If I've understood the requirement correctly, you just want to Hide the Export (and child menu items) from any user that has either Role_1 or Role_2? If so, then you can just do this in the Condition field like so: - Matt
A potential workaround would be to use the Lookup Record(s) action to first find the user by their email address (or other unique identifier) within the flow. Once you've found the appropriate user record, you can use them in the Flow for approvals o...
You'll need to test this to confirm, but I think you just need to change it to use 2 conditions: 1. AD account expires before 15 days ahead2. AD account expires after 13 days ahead In theory this should give you everything that expires in exactly 14 ...
Seems to be configured correctly to me.. Just checking, but have you recently changed the approval rule conditions and perhaps are testing with old RITMs using the previous version of the flow?