简体   繁体   English

如何实现逻辑应用程序 HTTP 连接器分页

[英]How can I implement Logic App HTTP Connector paging

According to Microsoft documentation paging is handled for you, per this link ;根据此链接,根据 Microsoft 文档为您处理分页; however, I find despite setting a threshold (of 3000 records), I only get back 1000, suggesting I'm hitting another limit然而,我发现尽管设置了一个阈值(3000 条记录),但我只得到了 1000 条,这表明我正在达到另一个限制

I've also tried implementing paging "manually", as in Graph Pagination in Logic Apps , but I don't even see odata.nextLink in the result set (although I can see it in Graph Explorer)我也尝试过“手动”实现分页,如Graph Pagination in Logic Apps ,但我什至没有在结果集中看到 odata.nextLink (尽管我可以在 Graph Explorer 中看到它)

Confused?使困惑? Ideas?想法?

I can partially answer my own question here: odata.nextLink is only supplied if Pagination is Off, which makes sense我可以在这里部分回答我自己的问题:odata.nextLink 仅在分页关闭时才提供,这是有道理的

But I'd still like to know why when it's on, I get fewer records than the Threshold I set, although I know there are more...但是我仍然想知道为什么当它打开时,我得到的记录比我设置的阈值少,尽管我知道还有更多......

Update: a later attempt got over this problem, and I'm now getting >1000 rows back OK.更新:后来的尝试解决了这个问题,我现在可以恢复 >1000 行。 It would be nice to know why it didn't work earlier;很高兴知道它为什么不早点工作; otherwise consider question answered否则考虑回答问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM