Hi everyone,
I am designing an app using Microsoft lists as data source..
My question is very simple yet I can't figure out the answer, I just want a combo box that shows the selected items as default when I open the edit screen AS SEPARATE SELECTED ITEMS that can be removed or appended with more and update them correctly when I submit the form.
The problem here is that the Update property of the card accepts only text so it throws an error when I write Update: Combobox1.SelectedItems saying that it expected a text
the column type is set to Choices
Here are some details for the combo box:
Items: Choices('Badges registration'.Badges owned)
DefaultSelecedItems: Parent.Default
for the card:
Default: ThisItem.BadgesOwned ( error: expected text )
Update: Combobox1.SelectedItems ( error: expected text )
I think I just want a way to make the update and default properties accept records

Report
All responses (
Answers (