I have a flow like this, I created this flow to adjust the image size.
The variable “imgFolder” is the image folder from the results I get on the website. then the variable “sizeImg” for the resized image folder and the variable “bmp” the value of the desired image size.
now, I want to make the robot take an image from the Img folder then resize it and save it to the ImgSize folder.
But when the “Load Image” activity is run, it experiences an error message.
How do I solve this image error?