After a successful transfer, I can find the dataProvider property in the Data category.
The problem is that it does not work. First, there is no text assignment window, but that is not the main issue. The real problem is that even a correct string does not populate the dropdown.
The syntax is correct and was extracted from a simple dropdown: [{'value':'0','text':'$IAT/SetUp/parBasic'},{'value':'1','text':'$IAT/SetUp/parDoor'}]
It cannot be populated even when the defaultValue is set in NonBindableProperty or directly in the CW widget’s dataProvider property.
Do you have any idea how to make the dropdown work in a CW?