Resolved! How To bypass the Before Business Rule and make the Flow Designer run to cancel the change
I have created one "Before "Business Rule-var AssignmentGroupM = false; var currentUser = gs.getUser(); AssignmentGroupM = currentUser.isMemberOf(current.assignment_group.getDisplayValue()); if (!AssignmentGroupM) { gs.addErrorMessag...