How put a image on a MessageBox?

Hello Everyone!

I’m need put a image on a MessageBox, to show in a pop-up window.

It’s possible?

1 Like

I dont see any option to do that currently.
If you want to open an image than you can use start process:

1 Like

What is the purpose of showing the Image in Message Box? Do you expect the workflow to pause while the Image is popped up?

I need show a image because I do a personal assistant, for new employers.

In this case, the imagem should illustrate the process that should execute.

I tried get a image with the command “load image”, and define a variable for this command, and show this variable on message box, but doesn’t work.

Not sure if it helps in your case, but try below solution.

ShowImg.xaml (6.94 KB)

4 Likes

Hello!

What mean this “Assign delayMS - 5000” ?

To set a time(in ms) for how long you want to show the Image on screen, if you wish to close manually set it to 0.

@vvaidya is there a way to host the image within the bot? So that when I send the saved bot file to another user they won’t get an error since the way this is currently set up the bot is looking for an image locally on my personal computer?

Hello vvaidya,

Possible to add “OK” Button for this windows containing the image?