List view cannot be editable if it is a listen target for any widget

0
Hello Experts,   I have a requirement where I need to make the list as editable “Yes” on the general section. But there is an error showing that List view cannot be editable if it is a listen target for any widget  , because I have used this list view as listen target for another widget.   So is there any possibility where I make the list view as editable along with the listen target enabled.   Answers are really much appreciated!
asked
1 answers
0

You could make a copy of the list view, without the listen to widget and make this editable.

Via conditional visibility and a helper object with a boolean where you store the editable part.

Via 2 buttons or an on change microflow you can enter the “edit mode” and exit the “edit mode”

 

Once you’re done editing you can change back the boolean and show the other list view.

 

That's how I would solve it

answered