Edit button missing after changing update mode

Hi, 

My App has "Ideas" with several "Comments". I've built this using an AppSheet database, not the Sheet. With the default update settings I can navigate from an Idea detail view to a specific Comment and edit it.

r_ismert_0-1675822623444.png

 I'm trying to make sure that only the creator can edit it. If I change the Comment table update settings to check the user, the edit button goes away.

r_ismert_2-1675822838584.png

r_ismert_3-1675822872800.png

I tested by expression and got the results I expected:

r_ismert_1-1675822803659.png

There are no slices for the Comments table, no behaviors set for the Edit system generated action.

What am I doing wrong here?

Solved Solved
0 2 178
1 ACCEPTED SOLUTION

Update mode affects the entire table. It also has no access to specific records and their column values. Set a similar expression in the Edit action's condition instead.

View solution in original post

2 REPLIES 2

Update mode affects the entire table. It also has no access to specific records and their column values. Set a similar expression in the Edit action's condition instead.

Thank you!

Top Labels in this Space