Question
Coforge Uk Limited
GB
Last activity: 14 May 2020 11:00 EDT
How to add Choices to Radio button property dynamically through activity?
Hello,
I have a requirement that to add choices to radio button property through activity from pagelist. let us assume I have a radio button property like option and I need to copy the options present in the individual pages of page list. How can i do that?
Example
PageList(1).option=A
PageList(1).option=B
PageList(1).option=C
PageList(1).option=D
and Option radio
Choices : A
B
C
D