Custom Edit Permissions in the form After form submission

Requirement is : User is allowed to submit the form first , once the user submits the form then that user should not be able to edit some of the fields from that form he is submitted earlier but he can edit other fields . But some Users with special
privilege should be able to edit the fields which are not to be edited by the user after the form submission . These people with special privilege are kept in different groups and they should be able to edit particular fields as per the groupโ€ฆ so if say people from the Admin group can edit X and Y columns from the form after submissionโ€ฆ then neither the normal user nor the people with special privilage from the other group than Admin group should be edit the X and Y column fieldsโ€ฆ
But when anyone who uses the app is adding record using the Form they should be able to add all the fields restrictions should be applied on at the time of editingโ€ฆ
Please help me to get this done

0 2 476
2 REPLIES 2

You will need to use a combination of Editable_if column constraints based on user emails and identify if the row being added is new or it already exists so that you can stop certain fields being edited by certain users after the form is saved.

To know if the row is being newly added or exists, please use the tip share by @Steve

@ Suvrutt_Gurjar Thank you so much for sharing thisโ€ฆThis was really helpful

Top Labels in this Space