I try to get an image from my clipboard to a variable in an automation. The image is from snippingTool.
therefore I got two paths:
Assign:
image = clipboard.getimage
→ validation error: Compiler error(s) encountered processing expression “clipboard.GetImage”.
Der Typ “Clipboard” ist nicht definiert.
Get From Clipboard:
Result = picture (var: genericValue)
runtime execution error:
Which activity do I have to choose to insert this result in an excel sheet? The Result of the invoke method is the variable “image” .system.drawing.image
1.open your excel file using start process activity. (In that give full path of your excel file)
2.Then use hotkey control+v …it will directly paste your clipboard image into the excel sheet.