Dynamic editability of a list view

0
Hi guys,   I wanted to ask if anyone had any ideas about how to make a list view dynamically editable. In essence I want to set a default value (non editable) of a list view if the list retrieved from our database only has 1 item in it. If it has more than 1 item then it will remain a drop down menu where you can choose an input.   Thanks in advance.   Jack    
asked
1 answers
0

You could use my EditableByCondition widget for it, by setting editability by microflow with the logic mentioned by you.

answered