Computer vision help

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

Hi @Adeel_Ahmed

is there any possibility for you to use the get Attributes here instead of the CV element exists activity?