Hi
Have a SharePoint list named "NewHire", with a dropdown column "EmployeeType" and a lookup column connected to a list named "NewHireSchedule".
NewHireschedule have a "Title" and EmployeeType column.

In PowerApps when selecting "Onshore" in the "Employee type" (datacardvalue18) a filter is added to the "Schedule" field which filtering the NewHireSchedule list to only show the the title depending on the selection for the "Employee type". This it is working fine.
Filter(NewHireSchedule,DataCardValue18.Selected.Value = EmployeeType).Title
My problem is that the selected data will not be saved in the NewHire list. So when opening the form after saving field is
What to do to get the data saved?