Assigning User Role Using Codeless Business Logic

Good day, I’m sorry to rile you up but I desperately need help in assigning user role using codeless and returning current user roles; I keep getting this error 400 - Could not find role (2005).

Hi Soft Brain,
Have you managed with this problem already?

I’ve tried to reproduce this misbehavior but without success. The first thing that comes to mind it is that role with the name ‘None’ had not defined before you tried to assign it.
Is it true?

Regards Ilya

Good day, Thank you for your kind response, ooh yes you are correct, I was trying to assign a role that was not initially defined in User Roles, I thought if it doesn’t exist, it will automatically add it just like classes, if a column doesn’t exist, it is automatically added to the table.