Error: Bad arguments to the list item

Hello buddies. Happy new year...And I hope what you can help me...
I'm making some app using lists and ListView but when I want use some notifier to know if the user want delete some element (from a list what save times) of the ListView(and the list...) the app display this error:

This is where is doing the error:


But finally I show all the code for this screen. If you dont have a nice view of the img you can use zoom in with Ctrl+Scroll:

In fact, in the image I have other blocks with the same idea but works because isn't problem for the order about how I decided display the text in the notifier...

An index has to be a number from 1 to the length of the list.

Maybe you need SelectionIndex instead of Selection for your index?

1 Like