I have one interface where a form is there and there is a submit button and when I am clicking the submit button I need to create an pop up containing 2 buttons and there will be a text that do you want to make another form then if the user click the yes button then the same form should be opened which was opened first .
how to configure this ? I can configure the text related things but need an guidance on the backend functional and I know appian does not provide an option to create a pop up rather than create a record action , but iI dont want to configure this using record action which is my requirement !
Discussion posts and replies are publicly visible
bisheswar01 said:if the user click the yes button then the same form should be opened which was opened first .
if the user click the yes button then the same form should be opened which was opened first .
You want to submit present screen or not??. "confirmHeader " on button click will open a pop up screen just like you wanted but on click of yes it's gonna submit the current section.
Yes I want to save the data on the present screen and open another form . Once I click the submit button 2 action needs to be done .One will be save the data and second will be show an pop up asking want to create another form and if the user click the yes button on the pop up then same form should be opened what I opened first and all the fileds should be empty .
I recommend having two buttons one would be "Save" and the other one would be "Save and Add another". The first one would simply submit the form and save the data. the second one would Start a process and move to the next interface. You can use the same form by refreshing the variables post the start process.
Or i got another suggestion without using extra user input task , In your current interface add a button on click of it you can add same interface . (Just like "add new row" in editable grid)