Sanity check here - I am attempting to create a group that assigns all users created after today. Is this possible in a group rule leveraging user.created? As far as I can tell it isn’t and am considering using a workflow instead.
Hi! I haven’t test this, but you ought to be able to just pick the date numbers out of the ISO string and make an integer out of them, and then you can compare it to an integer representing the date to test against. Any created timestamp after that date will automatically have to have a higher number, because the year+month+day is always an increasing integer value:
I am assuming you are comparing to a fixed date. Rules govern both adding to the group and removing from the group. If you were always trying to compare to a moving target then users will be removed from the group if their created timestamp is suddenly less than the target date. Rules are evaluated against all users when they are activated, and individual users are checked against the rule whenever their profile is updated.