Clear radio button widget when another radio button widget is selected

0
Hello guys! I have 2 radio button widgets each of them showing a different enum attribute. How can I make it so that when one of the options from radio button A clears radio button B?  
asked
1 answers
2

Hi Diego Ploche

You can do this using an OnChange Microflow where when you select on of the radio button set the other one empty with refresh in client

Please recommend this as accepted answer If it does the job

Thanks

answered