How do I block editing on the detail screen after the user accepts data on form?

I’m just a beginner to use this app but I’d like to know how to create “App Formula” or “Editable” of some table (type : ref) to block editing of users after they accept data on the form.

when they return to see data in detail and click to edit data I don’t want them to edit everything after status= Accepted. Could you help me, please?

Thank you very much for your kindness.

Solved Solved
0 4 206
1 ACCEPTED SOLUTION

Probably the simplest way is to find the system-generated “Edit” Action, and set a Behavior condition to almost exactly what you just wrote.

[Status] = "Accepted"

View solution in original post

4 REPLIES 4

Probably the simplest way is to find the system-generated “Edit” Action, and set a Behavior condition to almost exactly what you just wrote.

[Status] = "Accepted"

I can do it thank you very much ^^

If you want to block editing if they have accepted the data, the condition should be [Status] <> “Accepted”

Whoops!

Top Labels in this Space