How to get collection size in Lightning flow without iterating the collection?

 Getting the number of records in a collection is often needed when developing an automation. Using the 'Loop' element to iterate the collection and increasing the count will be inefficient. A better way to do is to use the 'Assignment' element's 'equals count'. 



Comments

Popular posts from this blog

How to Mass Transfer Opportunities using Salesforce Flows

How to get CustomNotificationTypeId in flows without hardcoding?

How to update related contacts when shared activities are logged using flow?