Radio Button List from Flow

Radio Button List from Flow

Comments

  • I wanted to make the Radio Button List" from flow and not using STATIC Values.
    When I tried passing value it creates Radio button for EACH LETTER of Word and not whole word.
    eg. Coaching...its creates radio buttons for each word like C

  • This can happen if you are passing a single string into this control. Can you confirm that you are passing in a string list into this control and not a single string?

  • For health plans/providers seeking to improve quality measures, and for pharmaceutical/device companies seeking to improve adherence, Fit4D is a diabetes coaching solution that enables Certified Diabetes Educator clinicians to scale their reach and deliver effective, personalized, one-on-one care.

    Unlike apps or call centers, Fit4D optimizes the mix between humans and technology to deliver measurable outcomes in an affordable manner.

  • Im not quite sure how youre passing in data to the Radio Button List, but it should only take a list. Each entry should be a selection. So something about the data youre passing in is creating a list from a single string.

    In the following example, I create two pieces of data: singleString and stringList, which is single string and a list of strings respectively.
    When I try to pass both pieces of data into two Radio Button Lists, only the string list is accepted.

Sign In or Register to comment.