Hi @vishal13987,
It should be possible. You can define an action for submit button which will trigger the sequence which will check each parameter. You just need to expose each form element using collection and in/out argument so the sequence will know what was added inside the form.
Hi @Pablito , I managed to do all the stuff now but buttons validation. Do you have any idea how can I remove validation from the close button (I have recently added, hence not visible in picture attached).? as of now, I have field validation that checks if any of the fields are empty with the click of Submit and Close button. How can I remove this validation check from close button?