How to obtain Radio Button values from the Forms Activity?
Use Get Attribute activity to obtain value.
I am using the Create Form activity and in my form I am using the radio button and I need to get the selected value
On form submission, check the FormFieldsOutputData the check the Field Key of the Radio Component. It should return the value as a string value. You may want to do some string splitting to extract the desire value form the output.