Problem while removing an item from my list

Hello @AcrobatEpee and @actech

I´ve been having trouble removing items from my list also. I read this discussion and tried several ways to solve my issue in a similar or even the same way you did it. However, I still cannot remove items from list when button correct is clicked. Below you can see screenshots with all my blocks and a second screenshot with different options, but still none of them worked.

Any help and suggestions are all welcome.

Sorry if I had unnecesary or too complex blocking, I am new in this stuff and still learning.

In case it helps, here´s my JSON/List

{
“gine”: [
{
“Question”: “Question A”,
“Answer”: “Answer A”
},
{
“Question”: “Question B”,
“Answer”: “Answer B”
},
{
“Question”: “Question C”,
“Answer”: “Answer C”
}
]
}