How to set up Validate for File Manager and Combo Box ?

0
What i want is set up validation for the Subject Combobox (must choose a subject) and File manager not being Empty file. But i don't know how, there are no Validation file like text box
asked
2 answers
0

Hi Coung,

You have to make custom validation->

make a microflow on OnSave button -> take a decision -> write the condition $currentObject/Name!=empty -> If condition is true write your flow if condition is false show the validation feedback.

answered
0

Hi Coung,

Microflow validation will be good option to achieve this where you can validate name.file size ,if it is not possible through page level validation.

answered