I need to use images as the case in switch activity. Since we cannot pass images into the case, can we use a method or something to convert the image into a string and then use it in the switch activity?
Thanks!
I need to use images as the case in switch activity. Since we cannot pass images into the case, can we use a method or something to convert the image into a string and then use it in the switch activity?
Thanks!
You can use image name or Image Path
Can you please elaborate? @ImPratham45
Thanks!
The image you want to use in switch is it in your machine … if yes then you can use their path as case
@ImPratham45
What must be given under expression? And what must be the type argument for the switch activity?
Thanks!
you can use Load Image activity and any ocr to convert to String and you can pass them in condition!
like
imageStrVariable.Contains(“yoursearchText”)
cheers
@MadLadFuryRoad
@Pradeep_Shiv
Can the image be converted to string even if the image is a symbol and does not contain any alphabets or words?
Thanks!
@ImPratham45
HI,
What must be passed under expression?
Thanks!
it wont!