IPIX
1
I need that an Input Dialog to be automatically closed after X seconds if user does not input in that specific time.
With Parallel activity doesn’t work:

With Do While activity doesn’t work since Input Dialog box cannot be closed or steped over.
I do not intend to use UiPath Forms which complicates my work for now.
1 Like
Yoichi
(Yoichi)
2
Hi,
The following post will help you.
Please replace MessageBox with InputDialog
Regards,
jack.chan
(Jack Chan)
3
you can do this using parallel + isolated property
- save these 2 xamls to your project
- open dialog.main.xaml and replace my dialog box with yours
- change delay (seconds) if needed
- run dialog main.xaml
- dialog will close after x seconds
Dialog main.xaml (6.9 KB)
close dialog after X seconds.xaml (5.4 KB)
IPIX
4
Thank you Youichi and jack.chan.
Your solutions inspired me to find my own which seems easier to create:
The only inconvenient is that I would have to export that Input Dialog as a separate workflow - so another file in my project.
3 Likes
system
(system)
Closed
5
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.