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.