Hello friends,
I have problem with to save data to collection with combobox.
My code to button for save is :
Patch(TestCollection, Defaults(TestCollection), {Project:MyCombobox.Selected})
I have and this code onStart:
ClearCollect(TestCollection; {Project: "" });
Remove(TestCollection; First(TestCollection));
All this working good for text label or dropdown but for combobox doesn't work.
Thank you!