I'm trying to get files from a SharePoint library, but no matter the top count, the Get files (properties only) connector only returns 516 items. The total number of items (files and folders) in the library is about 155,000.
I always get 516 items if the top count is set to higher than 516.
There is no longer any pagination option in the Get files (properties only) action, only the top count. Is this expected behaviour? Do I now need to use the Graph API to get more items using the Odata.nextlink property?