How to make a field in a table Required

I want to mark some fields to be required when filling the row, is this possible.

1 Like

Hi,

I think it is not possible to make a field required when entering data in through the grid view. There are two workarounds:

  1. Create a formula field that checks the values of the required fields and returns a true / false value. This allows you to filter valid rows.
  2. Only allow users to insert data with a Form view. This view allows you to set fields as required.

Regards
Frederik

1 Like

Dear Frederik

Thank you for the input, yes I think the form is good for my purpose.