Hi guys,
I have customized powerapps form on sharepoint and would like to change my Combobox DefaultSelectedItems.
Parent.Default dont work with Conditions.
If(SharePointForm1.Mode=New;
If(DataCardValue6.Selected.Title="Test");
Filter(["1";"2"];Value="1");Filter(["1";"2"];Value="2");
Filter(["1";"2"];Value=Parent.Default))
Please help to correct code