
I have a Gallery to enter Data into an Excel file through text Inputs
Code: Patch(Datasource, ThisItem, {'1':TextInput1.Text})
When I enter a Filter Function to the gallery
Code:(Filter(Datasource,Ignore = "")
entering the Data still makes it appear in the excel list but the gallery itself stops refreshing and the text fields dont show any value
Without filter i can enter numbers in a text field it will quickly load and show me that new number permanently in powerapps and excel. Anyone has an idea?