ClearCollect( TeamCollection, ForAll( ["Safety & Security", "Control & Software", "Engineering Management", "Electrical & Electronics", "Systems"], // List of team names { Team: ThisRecord, // Current team name Count: CountRows( Filter( 'Form Answers', Team = ThisRecord // Compare the text column's value ) ) } ) );
ClearCollect( TeamCollection, ForAll( ["Safety & Security", "Control & Software", "Engineering Management", "Electrical & Electronics", "Systems"], { Team: Value, Count: CountRows( Filter( 'Form Answers', Team = Value ) ) } ) );
ClearCollect( TeamCollection, ForAll( ["Safety & Security", "Control & Software", "Engineering Management", "Electrical & Electronics", "Systems"], // List of team names { Team: Value, // Current team name Count: CountRows( Filter( colFormAnswers, Team = Value // Compare the "Team" column's value in the data source ) ) } ) );
ThisRecord
ForAll
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 803 Most Valuable Professional
Michael E. Gernaey 308 Super User 2025 Season 2
SebS 231 Moderator