I have an app connected to 2 SharePoint lists I have a drop down control that filters values from the second list with this code Filter('Staff Tasks', Status.Value = "Pending", User.Email = varUser.Email) the code works fine when we are in the new form, lets say we want to edit the item to change the value, i have put the same code inside, my issues are in the edit mode it doesn't show the already selected value and when you click on it, it open the drop down list empty without any data but the length of the list open it shows as if its filtering correctly but without values can anyone help me its really important

