I had made radio buttons using dynamic component.
Each horizontal arrangement has 3 radio buttons
Name as 1RB, 2RB, 3RB
When I am trying to select any 1 of them it’s not permitting.
Where I am going wrong…
Tried with checked notchecked blocks also…
Gordon_Lu
(Gordon Lu)
#2
There is one thing you need to do. Before this “if-else”, you should also check if notAlreadyHandled
= true. Otherwise it would be a forever loop.

problem solved through this block
1 Like
system
(system)
Closed
#8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.