So what I’m trying to do: Pull User data from database, including email address, username etc. Edit it Save it But I want to keep username and email unique. And for this I’m setting validation rules like this: And as you can see I have is_unique[users.username] and is_unique[users.email] rules. But it doesn’t let me update my entry using this rules.