Skip to main content

I want to send to all users except one with the title Regional manager. I also want to evaluate if the last login has been over 30 days. What is the best way to send to all users except one by title? After this I want to do one for 60 days and 90 days. 

I am trying to make an email alert for users who haven't logged in in 30 days

Screenshot 2024-06-27 125740.png

 

 

#Flow

3 个回答
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    2024年6月27日 20:16

    Hi,

     

    In your start element, you should be able to add a condition so that Title does not equal  Regional manager if the object is User. 

    Having said that, your flow won't work since you would need to update the user record exactly 30 days after they've last logged in for this to trigger. What you need to do is to add a scheduled path set to last login date + 30 days, and have your email action in this path.

    You could also create a scheduled flow running every day to check if the last login is equal to today-30 days, and if so, send the email

0/9000