In the DB2 Get Rows Action, there is a `Maximum Get Count` field. Its set to `256` by default. How do I set it to get ALL rows from a table?
I don't want to look in the table with another tool first, determine the number of rows, and put a number higher than this.
I tried putting `6000` for the value and it ignored it, still brought back 256.
I also tried `*` but it wants an INT.
Thoughts?
Thanks!
Solved! Go to Solution.
Hi @ericonline ,
Have you tried to turn on Pagination and set its Threshold to its Maximum value to see if it works?
Pagination enables you to handle more records than are returned in a single call from a service. Please take a try with it on your side.
Best regards,
Mabel
To turn on pagination:
Hi @ericonline ,
Have you tried to turn on Pagination and set its Threshold to its Maximum value to see if it works?
Pagination enables you to handle more records than are returned in a single call from a service. Please take a try with it on your side.
Best regards,
Mabel
Hi @v-yamao-msft ,
Thank you for the reply. Where would I turn on Pagination? Is this a setting in the DB2 database itself?
To turn on pagination:
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
17 | |
14 | |
7 | |
6 | |
5 |
User | Count |
---|---|
24 | |
18 | |
10 | |
8 | |
7 |