首页 > 其他 > 详细

Resource not found for the segment issue in Power Automate/Microsoft Flow

时间:2021-06-01 00:41:03      阅读:33      评论:0      收藏:0      [点我收藏+]

 

 

技术分享图片

Recently , I have come across this issue with Power Automate while I am trying to create a record using “Create a new record ” action with Common Data Service(Current environment) connector based on some trigger.

I am not doing any complex stuff, just creating a quote line record and referencing a quote record. Referencing records is as simple as using dynamic content and populating it to a lookup attribute right !!! No, its not. Let’s see.

技术分享图片

I just run the flow with the above setup and flow run got failed with “Resource not found for the segment ‘c262238e-fc89-ea12-ba11-000d3ab615df‘”

技术分享图片

After some digging , found the cause. The new CDS ( Current environment) is the culprit. Issue is with the way of referencing attributes .It expects referenced attribute values in “Odata Id” format i.e

EntityNameInPlural(Record’sId/GUID).

So here in my case, for quote lookup attribute I should give like /quotes/(Record’s Id/GUID).

技术分享图片

 

After making the above change, flow has run successfully.

Resource not found for the segment issue in Power Automate/Microsoft Flow

原文:https://www.cnblogs.com/lingdanglfw/p/14833533.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!