Hi All,
I am trying to add a “Save” button on my form task. Right now, I have added a button component and added it as a click, for now. I want the form to be saved when clicking the save button.
Does anyone know know an optimal way I can save it without submitting it?
I have also tried adding the button action as a submit and adding a property “closeonSubmit” to false, it doesnt work.