How do I save multiple choice answers in a data table?

Options

Hello,
I want to send out a form to fill out with multiple choice fields afterwards I want to save the answers in a data table.
But when I do this the multiple choice answers are not saved in one column, how can I fix this problem?
I thought about converting the answers to a text and then save it in the data table but I was not able to do that either.

Best Answer

  • Chuck_146211
    Chuck_146211 Posts: 36 admin
    edited November 2021 Answer ✓
    Options

    Hi @Cengizhan_898801,

    The field value of a multiple choice field is stored as a comma delimited list (choice 1,choice 2,choice 3). Most table actions use commas to separate values in columns.

    When using table actions like Tables: Add a Row, you can wrap the {{field-reference}} in quotes to ensure any special characters, like commas, are included in the same column.