Skip to main content

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 resposta
  1. 27 de jun. de 2024, 22:43

    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. 

0/9000