Hey all - I'm trying to do a really simple flow to just count the number of records in a Dataverse table - all I'm doing is this
length(outputs('List_rows')?['body/value'])
Problem is it gives me the wrong number -I get 5000 and I know for a fact there are 15000 in the table. What am I missing?
Thx
