
Announcements
Help!!
I'm using a connection simple table in SQL server that has a collum called Date_Entered. I set up a countif in power apps using the following formuls to count the number of records entered today.
CountIf('[dbo].[Hotel]_2',Date_Entered>=Today())
I know this used to work but has stopped working sometime in the last few weeks.
I have 2017 records in the SQL table now.
Is this becasue of the 500 limit I have been reading about?
If so is there a way around this?
Any Help appreciated.
Hi @andycreigh,
Yes, it is because that CountIf function does not support delegation:
I'm afraid that there is no workaround that I could think of.
Regards,
Mona