I’ve created a UserDeleted field in my Users data. It’s set to be a Yes/No field with default of No.
If a User deletes their account, I update this to “Yes” and I can set filters elsewhere so that lists of Users only show ones where “UserDeleted = No”
How do I then disable that user being able to log back in as this user? Do I use the “only when” on the Log User In workflow as here…
In which case how does “Current User” apply if the User isn’t logged in?