I have a form named Invoice_Number_Display.uiform that displays the invoice number at the end of a process.
The requirement is that, if the user does not respond to this form, the application should automatically proceed to process another form and display the second form on top of the first one without closing the first form.
Thank you for the reply. But my doubt is let’s say I displayed the first form with invoice number and the user neither clicked ‘ok’ nor ‘redo’ button in the form. The form keeps displayed at the desktop and no response from the user. If the user doesn’t respond for the form (ex: 5 mins) bot has to process and create next input item and create form and has to display it. This is exactly my need. Is this possible
After show form use a delay for 5 mins..and for clicks you can use form triggers..
For delay to be dynamic you can use a loop so that if a form button is clicked end loop else continue loop of delay till 5 mins
May be if you can say the use case we can give any better alternative if present..because say the user does not inout anything in next also then that bot itself would not make any sense