Resolved! Business rule to check if user is in a group, if not then add them to the group
Hello, I have a business rule for the sys_user table that is supposed to check all users in the table to see if they have the employee box set to true or false. If it is true, it should add them to a group. It does not seem to be working, is there an...