How do you display multiple choice data in a table?


I've been trying to figure it out but my brain already jammed.
I don't know what I'm doing wrong

this keeps popping up (Remove list item: Attempt to remove item 0 of an empty list Invalid list operation)


this is the top block

Hello,

you can't remove index 0, the first one would be 1.

Anyway, it seems your list is empty. Check what are you receiving in responseContent.

EDIT: If you want to display the data in a table, take a look at this: