Interaction with user

Hello,

I would like to run a robot in attended mode, where user is inputing some string (date) into input box, and after confirming that (by clicking OK) robot proceed with workflow. With what kind of component can I achieve this?

Regards,

@RafMil91 U can use Input Dailog Activity from which user can enter data and If u want to proceed further in workflow if user only click YES in Input Dailog activity Give output Variable in properties, with if condition check whether user click YES or not

@Manjuts90

Thanks for this proposition. One more question, if input dialog activity pops-up, it should not interrupt user action performed on web browser?

1 Like

@RafMil91 When input dailog pops up till some action is taken by user like Ok and cancel workflow will not continue. If u have other manual work u can do it clicking outside input dialog window.

1 Like