Mandatory fields

Hi,
Is it possible to define fields as mandatory?

Thanks,
Orna.

hello @Orna, and welcome to the Tulip Community!!

if the Input Field is in a Form Step, you can check the ‘Required Field’ as shown here (which will only allow for the form to be submitted if there is an Input in the Field):

if the Input is in a regular Step, you can add a conditional on the Trigger that makes the app continue only if the Input is not blank, for example:

is this what you were looking for?? let us know if you have further questions.

and again, welcome to the Tulip Community!!