I am building a workstream based off an image. I used an “Image Exists” activity and outputted it to a variable. I then used an assign tool to assign the boolean variable to TRUE.
After this I added an if statement where if the variable exists, it should run sequence #1 , but if the image does not exist it should run sequence #2.
My problem is my bot ALWAYS runs sequence #1, even when the image does not exist. Could this be an issue with the program I am getting the image from?
I’ve tried using different Accuracy settings but I still get the same result. I’ve tried using a different images from the program and still get the same result. Any feedback or suggestions would be really helpful. Thank you!