这里写自定义目录标题
问题 Context
在Power Automate中尝试Create Table后,如果着急马上调用Present Rows in table,有一定的几率会出现400的错误。
1.通过Create Table创建一个Smart Table
2.通过List Rows present in a table读取表中的内容,会出现错误"status":404,"message":"No table was found with the name 'xxxxxxxxxxxxxxxx'
.
分析后发现每次Create Table执行后,Smart Table不一定那么快就能真的创建好,在次此之前调用Present Rows in table就会出错。
解决方案 Action
在创建表格后,添加一个新的Do Until操作,反复尝试Get Table,不成功就Delay 5秒钟,最多反复Delay 6分钟以上(因为Sharepoint文档说一个文件可能被锁定达6分钟)
1.在List rows present in table之前,通过Scope把Create Table和Do Until封装在一起<