Hi,
I used this formula in PowerApps for get Large SP List (more than 100k).
Index(Sort(
Filter(
AllRecapSOW,
'No. PO' = SOPOWBS_5.Text
), 'No Sec SOW', SortOrder.Ascending),
2
).Area
But, it cant work. Does anyone know how to get more than 100k rows SP List. Thankyou!
What's not working? I don't have a list that large to test on but this works fine for me on a 94k list
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.