I have a SharePoint list that has a couple of lookup columns in it. One is called Category and the other SubCategory. The subcategory can have multiple choices. I added a filter to the SubCategory to show only results based on the Category selected. All worked well for several weeks then when a new item was added and teh category and subcategory was selected and the Save button was clicked all information with the exception of the choice entered into the subcategory field is saved to the list. I am not sure why this is happening. Below is my filter:
Filter(DPITCategoriesSub, 'DPIT-Category' = DataCardValue7.Selected.Value)
The filtering works fine it is only when you submit that an issue arrises.
Any thoughts on what the caue might be would be appreciated.