How to make inputs work on draggable elements?

My goal is to build a screen to reorder, rename and delete “stages” of a “campaign”. To do that, I assume the best element to use is a stackable list.

To rename the “stage”, I’m trying to use an input element which makes an update on the database when its value is changed.

As you can see on the logs, the item input does not set any value when changed. The input on the footes, does.

Footer input log:

Is that a limitation on stackable lists, or I’m missing some configuration?

Thanks.

Item input log:

Hi @filippotoigo :wave:

When using input elements inside a collection, you need to create an object variable and partially update it with a path as the key and the Event value as the value, in that case, the on change event value of each input.