Good evening everyone,
I've just started to develop some solutions using power apps and I face some difficulties all the time.
I have a Gallery and a Form, they are directly connected to an Excel file as database and when I tap one of registers from gallery, the data goes to form properly then I can change and save data using submitForm, no problem till here.
My problem is when I filter the gallery... for example: Filter(database; status=""), the filter works fine and when I tap the register on Gallery, the data goes to form correctly but, when I change something and submit the form, the gallery does not update! despite data is recorded on database properly.
Is there anything I am doing wrong? Should I use other procedure to save filtered data!? Is there any command to refresh the gallery?
Thanks!