Hello,
I'm having an issue that the property "IsSearchable" don't hold the "true" value, it's changing back to false, for information:
I already tried to restart the program, so I think that's not a bug, it's not a delegation problem, the collection database only have 10 values, but, those values are only numbers, when i change them manually into a text "like: ["1";"2";"3"] it works.
So I think that's a Integer issue, there's any way to workaround this? the original datasource it's a static excel table, may be if I convert when collecting? but I don't know how.
For further explanations:
At button that collect those data from excel:
Collect(colEscopoPolos;EscopoStaticDB.POLOS_COLUMN)
And at combobox "items" property:

Thank you!