Hello, Folks.
I'm trying to count if the correct radio button was selected, but I'm having some problems with that.
I have a table, intertwined with my app. The Column "Correta" has the right answer settled as "CE"

But my code does not count as the right answer
Set(Value1,CountIf(Table1, LookUp(Filter(Table1,ID=Text(perg)),CORRETA="CE").OPCOES=Radio1.SelectedText.Value));
Set(perg,perg+1);
Could you please help me with that ?