Row owners doesn't work with numbers

Hey, guys.

I’m implementing roles and row owners in my app, but it doesn’t seem to work with numbers.
I have a role column with codes (i.e 1, 2, 3) both in my user’s table and other table, but it isn’t working; it’s like Glide doens’t recognize the correspondence between numbers.
When I swapped numbers for texts it worked.

Is it normal, row owners not working with numbers and we must use only text?

You can use numbers, as long as the string doesn’t start with a number.

eg:

  • Test123 will work
  • 123Test will not work
4 Likes

Oh, perfect!
Thanks!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.