Hello, i’ve been struggling to make this work.
Basically i have a view that should only allows edit on a row only if that row mets an specific condition.
My app logs payments received, so if i got the full payment the [confirmation of full payment received] column is “TRUE”, and no further edit should be allowed to the row.
At the same time, if i got an advance payment, the [confirmation of full payment received] column is “FALSE”. Only in this scenario i want the edit button to be shown.
I’ve tried creating two slices with different permissions, but i don’t know how to merge those two slices in a single view.
This is the view now:
Now, the slice of the view does not allow any changes to be made, but the yellow colour indicates that i have only received an advance payment.
Any ideas on how to achieve this? i’ve found this link https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/Action-button-only-available-conditionally/m-p/336066 with someone asking for something similar to what i need, but i cant seem to make with work with my app.

