Home > Blockchain >  Azure Logic App - Row limit in outputs (shows first 500 rows)
Azure Logic App - Row limit in outputs (shows first 500 rows)

Time:05-25

I have a problem showing the results in Outputs. In Outputs is shows only the first 500 rows of results.

prtsc of result

my expected result is over 600,000 rows.

has anyone had a problem with this, is there a solution?

CodePudding user response:

One workaround is that you can turn on pagination for that particular connector and set the threshold.

enter image description here

REFERENCES: Get more items or records with pagination

CodePudding user response:

I don't have a Pagination option in settings on the connector. I use "Run a query against a dataset connector" settings of connector

  • Related