Description
The "Equals Count" operator in Salesforce Flow Builder is used to count the number of elements in a collection variable and then compare it with a specified value.
For example, suppose you have a collection variable that contains a list of accounts. You can use the "Equals Count" operator to count the number of accounts in the collection and compare it with a specific value. If the count matches the specified value, the flow proceeds to the next step, such as creating a new opportunity or sending an email notification.