admin管理员组文章数量:1319953
In PowerAutomate, I'm setting a counter to 0 and another variable (constRevCount) to a count of records returned from Dataverse. In this case, the number is 463. In the Limits, I've set the Count to 1000 and a Timeout of one minute (PT1M).
In my Do Until loop, the condition is
@equals(variables('counter'), variables('constRevCount'))
And I'm incrementing the counter after the actions in the loop.
This should translate to "when counter = 463, stop." But it's only performing the first iteration.
What am I doing wrong here?
I was expecting this to loop 463 times.
本文标签: power automateDo until only showing 1 iteration when there should be hundredsStack Overflow
版权声明:本文标题:power automate - Do until only showing 1 iteration when there should be hundreds - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742059352a2418487.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论