无法使用 SharePoint 列表触发器保存电源自动化云流
当使用 Sharepoint 的“创建或修改项目时”触发器创建流时。我收到以下错误消息,并且流程未保存。
Flow save failed with code 'DynamicOperationRequestClientFailure' and message
'The dynamic operation request to API 'sharepointonline' operation 'GetTable' failed
with status code 'BadRequest'. This may indicate invalid input parameters.
Error response: { "status": 400, "message": "The required field \"Current Program\"
data type is not supported\r\nclientRequestId:
c6f2075f-3325-468d-a6e6-ad05e48f3d5a\r\nserviceRequestId:
c6f2075f-3325-468d-a6e6-ad05e48f3d5a" }'.
我正在使用 Sharepoint Online 和 Power Automation。
When a flow is created with a trigger "When an item is created or modified" for Sharepoint. I received below error message and flow is not saved.
Flow save failed with code 'DynamicOperationRequestClientFailure' and message
'The dynamic operation request to API 'sharepointonline' operation 'GetTable' failed
with status code 'BadRequest'. This may indicate invalid input parameters.
Error response: { "status": 400, "message": "The required field \"Current Program\"
data type is not supported\r\nclientRequestId:
c6f2075f-3325-468d-a6e6-ad05e48f3d5a\r\nserviceRequestId:
c6f2075f-3325-468d-a6e6-ad05e48f3d5a" }'.
I am using Sharepoint Online and Power automate.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最近也遇到了同样的问题。我们的流程与您的流程大致相同,并且运行良好近一年。几周前它停止工作,并给出同样的错误。
在我的例子中,技巧如下:错误消息中引用的字段是查找列。执行/拥有该流程的用户没有查看/编辑该表的权限。一旦他被授予对该字段引用的表的权限,一切都会像以前一样工作。
I've recently had the same problem. We have a flow that did roughly the same as yours that was working fine for almost a year. A couple of weeks ago it stopped working, giving the same error.
What did the trick in my case was the following: the field it referenced in the error message was a lookup column. The user who executed/owned the Flow had no permissions to view/edit this table. Once he was given permissions to the table the field referenced, everything worked as before.