Hi, guys!
There are about 50k records in my entity.
I use "PA: List Rows" with some conditions to get records.
<fetch count='@{triggerBody()['number']}' page='@{triggerBody()['number_1']}' >
<entity name='pbl_items'>
<attribute name='pbl_itemsid' />
......
So I get a portion of records, but i'd like to get record count that match my conditions.
Is it possible to get RecordCount in the same query (in one touch)?
Maybe FetchXML has the feature/trick?