Date range in Backend Workflow

Have any of you managed to use <-range-> with Current date and time in Backend Workflows?

I would like run a workflow on users who logged in more than 2 days ago, but less than 3 days ago. I have > 2 days working, but not sure how to add < 3 days.

Any help really appreciated! :slight_smile:

Just use 2 constraints:

`loggedin > current date/time: -3days`
`loggedin < current date/time: -2days`