
I have a SharePoint list, I am trying to use a PowerAutomate Get Items action, but it's not finding the rows. Here's an example of one of the records in the list, I manually created this record in SP.
In this example, I have a simple flow with a Get Items action, a filter query of field_10 eq '3344' and it doesn't find this row, However, if I run it with a filter of ID eq '5105' it finds the row.
I am not sure why it's not finding this record.
Nevermind, Seems that sometimes we overlook the basics.. Today I got a refresher on Pagination.
If anyone else sees this, and has the same problems.. I had over 5,000 rows in the list. I set the Pagination at 16,000 (to be safe), and it now runs as expected.