How to write 1 single automation to take User input from Windows form?
I need to show a windows form for user to enter the data, wait for them to click submit button and return the data they entered. Is it possible to use one single automation to accomplish this function?
I wrote one automation has wait for event of the submit button click and exit out when this event got fired. Please see attached for reference. The problem is when it goes to the step WaitForEvent user cannot interact with the form(enter data. click submit button...)?
Do I have to separate this into two automation, first one to show the windows form and second starts with listening to the submit click event(no execute point) ?
***Edited by Moderator Marissa to update categories***