How to pass variable array [] with 2 options to print only the selected one

Hi,

I have a New Challenge. I have a Input Dialog box with 2 radio options {“A”,“B”}
A.How do I print out only the selected one? I’m get an error of
Source: Input dialog Select AorB Method
Message: ArrayConverter cannot convert from System.String.
Exception Type: NotSupportedException
B. How do I enter a new row line using Append Range with the selected A or B into Excel?

Many thanks in advanced,
Giovany

HI @Giovany,

Refer the below xaml file to get the selected value and name.

after getting the value using Append range/Write range write the output in excel file.

Example.xaml (8.1 KB)

Regards,
Arivu