It stays red everytime, no matter how I try to apply the constraint. If I apply using the name of the Animal (both are strings), it works! So I’m suspecting that the “Created By” field in the database is also a String, where my field is an e-mail (I had to put it an e-mail to do some validations).
So, what is the best approach/solution? Convert it to string on the workflow? How to do that? (Assuming that this is the problem)