I have an existing table with records. I wanted to use the forms not to create new records but to edit existing records from the table.
I want to use the validations that I can put on a field and make it as easy as possible to complete the records for the people with domain knowledge. I would like to make some fields read-only.
I know that I can expand a record and edit it from a form like view, but I cannot put validations on the fields or walk through the records easily.
Tldr: I thought that it would be great if I can use the form view and walk through all the existing records and make edits, using validations and read-only fielda to keep everything in order.