List item removal problem

Dear Kodulars I am facing problem of removing list item. The blocks are under. Kindly oblige by your valuable suggestions.

DemoQuizSpreadsheet.aia (4.3 KB)

You have to remove item from [choices], not from one of it’s items. It’s impossible to remove an item from an item.

But i have to select an item and remove that so that no duplicates should be there. Actually i will use this concept in quiz app. The concept is that three buttons will randomly pick the Question choices. It is only possible when the selected item is removed.

if you have any idea how to do that will be highly appreciable.

1 Like

I have done this in thunkable by manually creating lists. But I am unable to do this by fetching data from airtable

blocks%20(3)

Trial_Quiz.aia (8.0 KB)