Setting a date field as mandatory after another record is updated

Hi All,

I have what I hope is a basic request, albeit I am stuck on it.

I want to make a date field mandatory once another record is updated.

For example, if I set a record status to ‘Signed’ (via an Airtable single select field), I want the ‘Signed Date’ date field to become mandatory, meaning if you have set the record status to ‘Signed’, you cannot save the record and proceed until you have set the ‘Signed Date’.

Any assistance would be greatly appreciated.

Hey @Pablo10

You can set a field to be conditionally required in any Noloco form or Action button form.

This would mean you would setup a condition that checks if the status is Signed, then mark your field as required

See here for an example:

1 Like

Ideal @darragh, many thanks!