I need to make a condition that looks at user title and is not equal to regional manager how do I make regional manager a Value?
1 risposta
Hey @Anakin Downer, you can use a scheduled flow to run daily and set the filter conditions as below:
Filter Conditions:
- LastLoginDate <= TODAY() - 30
- IsActive = TRUE
- Title != 'Regional Manager'
Then add your email alert to the flow that you created already by using an action element.