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?
Hello,
You can try to use the following attribute in FetchXml query:
<fetch returntotalrecordcount="true">
It should return the total number of records. One thing I'm not sure is how to get it out of the results.
WarrenBelz
146,745
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,091
Most Valuable Professional