I have SP online list/document libraries which are going to exceed 5000 items threshold limit. I have created index columns.
Question: I have a custom form, where I will retrieve the data from the list to show up on the form. Will the rest API I am having will work or do I need to take care of anything else.
$pnp.sp.web.lists.getByTitle('ABC').items.filter("ReqID eq '" + UniqueID +'").orderById("ID").get().then(function() {
Can you please advise
Thanks, Kevin