Notifications
Announcements
Why is this formula not working?I want on AppStart the formula to count the number of items in an SPList column and return it to a PA label field. I'm getting an error on the ' = ' sign.
CountIf(PendingReviewCollection,PendingReview="Pending",true)
@Phineas change CountIf(PendingReviewCollection,PendingReview="Pending",true) to CountIf(PendingReviewCollection,PendingReview="Pending")
Hi @Phineas ,What is the column type for "PendingReview"?. If the column type is Choice, you have to change the countIF formula like below.
CountIf(PendingReviewCollection,PendingReview.Value="Pending")
Hello @Phineas ,
Can you try both of these formulas
Set(VarCountIf,CountIf(PendingReviewCollection,PendingReview="Pending"))
Set(VarCountIf,CountIf(PendingReviewCollection,PendingReview.value="Pending"))
Se if any of this works
🙂
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 717 Most Valuable Professional
Michael E. Gernaey 329 Super User 2025 Season 2
Power Platform 1919 268