Hi Anjali,
You can add a microflow, in there, you can have a validation submicroflow, where you can check whether all the fields are filled or not, if not filled then just end the microflow, this way you can have the save button, but it won't do anything.
Also, you can add custom validation feedback on the particular field which are not filled.
Let me know, if you have any issues,
Hope it helps!
Hi Anjali,
The way I would do this is:
Depending on your use case, the proposed solution may differ a bit.
If you want to follow Rishabh's approach and always have the save button enabled, but not save depending on validations, the SUB validation microflow should look something like this:
Where based on the output $IsValid, you decide if you save or not. Also, for every non-valid field, you show a validation message (also shown in the image above).
Hope this helps.