Hi community,
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:
the process works, if there is a text in my clipboard instead of an image.