Hello all!
I'm trying to get a CountRows formula working but it's not giving me any results.
Here is my current formula:
Text="Number of Participants Currently Enrolled: " &
CountRows(Filter('Walking Tour Signup Tracker', 'Primary Date' = DataCardValue2.Selected))
So I want to reference my SP list and the datacard selection within the PowerApp form to return how many people are enrolled against a certain date.
What am I doing wrong? I do get an error saying: "The CountRows operation is not supported by this connector." Is that typical? Do I need to use another formula to achieve this? Thanks.