I am building a flow where I am filling a fillable PDF with MS Form data through Encodian.
Most of everything is straight forward, and I was even able to successfully split my multi-choice questions so I can fill the checkboxes on the PDF.
I might be overthinking it, but I'm having trouble finding a way to get the true and false values from the single choice radio button questions. The limited attempts I've made only bring back the selected value.
I am making an assumption that I want to use Compose to create an array of true and false values to map the true and each false to the appropriate checkboxes on the PDF form..
Can someone help me figure out how to get values for my radio buttons?