Row Owners field

Hi,

I’ve created an app and I am using row owners and a row owner access column (for admins to see all data) and the row owner is a combination of a 4 digit pin and their surname. I have signup form that allows a user to sign up but an admin must verify their account before they can access any funtionality. When an admin verifies the account, there is a button that generates the 4 digit pin and then writes the pin with their surname to the row owner column.

This works nicely but everytime I test it I can see the data is written to the row owner column but after 10 seconds the data is wiped and the table field is empty.

Has anyone come across this issue before when using row owners.

Thanks

Are you sure you don’t mean a Role column? You can write to a row owner column, but you cannot write to a role column via the app.

1 Like

What @Jeff_Hager said. It’s a security feature. If you need to write to the role column, you’ll need to use the Edit Row Glide API (or corresponding Make module)

4 Likes

ah ok, that would make sense then. Thank you

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