简体   繁体   中英

how to get count of collection in blueprism

I am struggling to to get number of rows count from collection variable in Blueprism. Actually I have connected MS access database and ran a query, I am storing the query results in some(X) collection variable. Now I need to know how many rows got pulled. somebody please help me on getting rows count from collection variable.

Have you checked the object "Collections"? That's the standard one that is developed by BluePrism company. It's one of the last objects, when you're scrolling through the list of the objects in "action" block.

Action name is "Count Rows" from standard Blue Prism "Collections" object.

Have you checked the object "Collections"? That's the standard one that is developed by BluePrism company. It's one of the last objects, when you're scrolling through the list of the objects in "action" block.

Action name is "Count Rows" from standard Blue Prism "Collections" object

there's a twist, This action requires to have name of collection as an input, instead of whole collection. If your collection is named [Coll1] , then as an input use Coll1 , and it should work. That's really strange design

If your collection name has a space in it such as Collection 1 then you will need to put quotations around this. Eg "Collection 1"

Please check collections under internal objects. There you can find Count Rows.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM