Solution to wait for the Input Dialog window dynamically

@supermanPunch thank you for your response. Glad to hear that. However, as per my understanding Block User Input would block the keyboard/mouse activities for a certain period. My problem was to wait for the Input dialog dynamically and if user enters value into the text-box then the flow should continue forward.

I got a solution to this and the solution is to extract the Input dialog activity as a workflow and set timeout option in Invoke activity where you call the input dialog. Here, if the user doesn’t give input for a certain period of time then the UI path robot will throw an error and we can catch it and send a customized error message. Thank you again for your response.

Regards
Rakshith M