Get from clipboard

Hello community,
Please help me getting an image from excel, i used click copy as image , then get from clipboard activity ( image in argument) , but it doesn’t work .it returns exception : empty clipboard
I have to send this image embeded in body mail without capuring image ( problem of size )

Hi @hzarriq

If you have set an image in clipboard,
you can get it from clipboard in image type variable like below.

image = System.Windows.Forms.Clipboard.GetImage

image

1 Like