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.
@Kia1
Check whether you have provided one specific file name or an entire folder, in that case you should loop through each img and provide that as an input
Is it possible without using the “For Each” loop because the flow that I created is already inside the loop activity?
Simply put, after the robot gets an image and then saves it to an image folder, the robot will immediately “Resize Image” and save it again to a different folder until the last activity and loop over the next datatable.
I have made a flow almost the same as this, when I try to run UiPath on the activity above it will run according to the datatable but in the “Resize Image” sequence it always repeats first until all the image files in the image folder are used up even though it doesn’t need to be like that.