How to set radio button selection in dataview ?

0
I have enumeration having 5 values say A,B,C,D,E.  I bind enumeration in radiobutton list. I want to set B as selected value in one scenario and set C as selected value in other scenario. How to set  enum selection in radio button list while opening page?                                                                                              
asked
1 answers
1

Write a microflow to create the object and inside that microflow set the value for the for the field for which you are mapping it to the radio button and pass that object to the page where you are displaying. 

answered