You need to sign in to do that
Don't have an account?

Using User record in Workflow
Hello, I need to set up a workflow that sends an email the day before a user is required to change their password to remind them to change it in the Outlook connector as well.
I dont see an option to use the User object in workflow, is there a way to do this?
Thanks in advance for your help
Don't reckon you can do workflows on User, prolly need daily Scheduled Apex. which checks the Last Password Changed on the User and compares days elapsed. If approaching password expiry, creates an email for sending.