hello everyone, I created an attendance sheet that displays the name and class in a school. each child has a different class, and I distinguish them by formula
SELECT(data.ListGenerus,item.fields.Class == “Mummy A1”)
when the button is pressed then the select formula above will be active
but, why is the data displayed in a few seconds back to normal when I select a category. Is this a common thing?