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
Post a Comment