I am using the below code on the label text properties,
CountRows(WarrantyDataGallery.AllItems) & " of total Records : " & CountRows(colAllWarranty)
The code is bringing the correct result, and it was working since years without any warning, today I noticed below warning:
CountRows may return a cached value.
Use CountIf(DataSource, true) to get the latest count.
Please guide, it need to replace the code the suggested method?.