Hello,
I am new to powerapps and I just created a comboBox which is getting the data from sharepoint list.
When I select the items and save it, the sharepoint gets updated and the form is saved however when I go back to the form and edit it, the value disappears.
COMBOBOX items property : Sort(Filter(Distinct('Business Unit-Procedure Name',BusinessUnits),Not(IsBlank(Result))),Result)
DATACARD update property :ComboBox3.Selected.Result
DATACARD Default property: ThisItem.'Multiple selection - Business Unit/Procedure Name'
Single line of Text in SP
Also in the Sharepoint, only one item gets saved, when it gets saved, not multiple.
Your help will be really appreciated