Message Box Delay and Button Function

Hi

I have use message box activity recently with the update version.
Is there any way that I can use both timer and button on single message box?

I have try it but it fail. It show error info like this –
Message Box: Process Has exited, so the requested information is not available.

Thanks

Hey!

Sorry… It’s my bad to understand the requirement…

Could you please explain a bit more with expected screenshots?

Are we trying to display the timer in message box?

is this our requirement?

Regards,
NaNi

Hello @Amin

As per my understanding, we can give either AutomaticallyCloseAfter or Button.
If you give automatically close after it will close after the time which you are providing.

No.

I want to use both function
delay function and button function

Button YES,NO, and CANCEL
Delay in 10s

to ask the user to click button on the specific time, otherwise robot will run it automatically

Hi @Rahul_Unnikrishnan

so basically we can only use either one, and cannot be both at the same time?

Hey!

We can use click trigger

Or

We can use input dialogue box…

We can display the options in buttons… once the user selected the buttons we can run the bot

Regards,
NaNi

yes…correct… In that activity one is applicable at a time.

Hi @Rahul_Unnikrishnan

OK thanks…

Hi,

FYI, we can achieve this requirement using Parallel and InvokeWorkFlowFile. Can you try the following sample?

Main.xaml

Sequence.xaml

Sample
Sample20220726-3.zip (3.7 KB)

Regards,

Hi @Yoichi

Thanks for the sharing,. will try it

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.