Hello! Automatically the powerapps created a form for my sharepoint list.
One of the fields should be a combobox, but by default it came as text input. Now I need to change it but i´m into issues.
I selected the DataCard to add the combobox to it. I added an array options ["X";"Y"] into its Itens settings. When I play the app I can select one or more itens, but when I save everything goes fine, except for the combobox field that does not save.
I copied the Default settings from the text input (Parent.Default) to the combobox, but it underlines red as an error.
How can I make the combobox save its selection to the sharepoint list or how can I properly connect this combobox to DataCard?
Thankyou in advance!