Hi @v-yamao-msft
thank you for your reply, and re-pro.
I want to figure out 'Top count', 'Setting - Limit', and Each Triggers/Actions.
My scenarios:
1. What does the flow need to Pagenation ?
2. What is best flow to copy 5,400 items in SharePoint List to other List ?
3. What is best flow to send messages from 5,000 items in SharePoint List to Microsoft Teams ?
For these scenarios,
I test by Pagenation = On, 'Top Count' = 5, 'Setting - Limit' = 3.
My Image flow from 'Setting - Limit' and 'Pagenation' word.
1st, Action 'SharePoint List - Get Rows' seems to output 3 items, from 1 to 3
That because , 'Top Count' = 5, and 'Setting - Limit' = 3.
and
2nd, Action 'SharePoint List - Get Rows' seems to output 2 items, from 4 to 5.
That because, same.
Or another image from 'Setting - Limit' and 'Pagenation' word.
'Pagenation' works Triggers, not Actions.
Each Trigger output smaller than 'Setting - Limit' items for each run.
For example, For Trigger output total 5 items, and 'Setting - Limit' = 3.
The flow run 2 times.
1st run, Trigger output 3 items from 1 to 3.
2nd run, Trigger output 2 items from 4 to 5.
But, 'Pagenation' can set in Action 'SharePoint - Get Items'.
So, I need to Pagenation example flow.
Regards,
Yoshihiro Kawabata