Edit user doesn't work properly for my Admins, can;t find other Admins in my user portal

Hello! I’ve build an app that’s been in use. Evertyhing works fine, except for the fact that on the standard form screens my edits can’t succesfully make edits, nor can they delete any records.

I’ve input a collection connected to the user table. This screen has visibility set to Admin. Collection has been put on allow edits. The edit button shows, when my Admins make an edit, and exit the screen, it shows that the edit has been put in place. When they logout of the application, the edit gets reversed… Does anyone have an idea how to fix this? My on submit is set to none, but it seems I don’t have to input anything, do I? Or should I make a custom workflow where a row gets deleted and a new one made?


With that, before it seemed one admin could view and edit all other profiles before, now it seems that they can’t lookup other Admins. I can’t even find my own profile when in my user collection. Any idea’s how that migh’ve happened?

1 Like

What are you trying to edit. I see an email. Are you trying to change the email for a user in the user table?

You can’t change email or role from within the app. You need to use the API or one of the workflows that run server side (anything but the app interaction workflow).

Are you using Row Owners? Do admins have row owner authority to other admin rows? Are you previewing the app as an Admin?

2 Likes