Hi All,
Current Project:
SharePoint has a running list of patient ID's and their lab values. Every month, I receive an Excel containing patient ID's who have updated lab values or are brand new patients. I have a flow that compares the patients' medical record number on both Share Point and the monthly Excel to determine whether it is a new patient (create a new item) or an existing patient (update an item). The idea is to having a growing list of patients and simultaneously updating their values monthly.
Issue:
My Share Point patient list has grown over 5,000 items and am now running into the limit. The last flow created duplicate patients, which I assume is because my Get Items is only looking at the first 5,000 Share Point IDs, and has not happened in the past.
What is the best way to solve this problem? I've seen on some forums that Pagination is limited to 5,000 regardless of license, even though it looks like premium licenses may be able to go over that said limit. I've also read that using a HTTP request may also bypass that 5,000 item limit, but not sure how I would build it out.