Hi
I have a quick question can i use IF statements as usual using computer vision activities?
I am using element exists to detect if a radio button is ticked (the element exists preview is of the radio button ticked)
This then goes into a IF statement that says
agents = True
Where agents is a boolean variable
for some reason it doesn’t work, is there a difference in how i should be setting up cv vision acitivities? I’ve made sure the output in the properties pane has the agents variable too.
Screenshot attached