Set Lookup field in power Automate Flow Archives - Microsoft Dynamics 365 Blog http://microsoftdynamics.in/tag/set-lookup-field-in-power-automate-flow/ Microsoft Dynamics CRM . Microsoft Power Platform Sun, 23 Aug 2020 14:56:31 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.1 https://i0.wp.com/microsoftdynamics.in/wp-content/uploads/2020/04/cropped-Microsoftdynamics365-blogs.png?fit=32%2C32 Set Lookup field in power Automate Flow Archives - Microsoft Dynamics 365 Blog http://microsoftdynamics.in/tag/set-lookup-field-in-power-automate-flow/ 32 32 176351444 Error: Resource not found for the segment ‘lookup’ , Set Lookup field in power Automate Flow http://microsoftdynamics.in/2020/08/23/error-resource-not-found-for-the-segment-lookup-set-lookup-field-in-power-automate-flow/ Sun, 23 Aug 2020 14:56:31 +0000 http://microsoftdynamics.in/?p=4108 Like in C# and Js Setting Lookup Value is different than setting String, It needs to information like entity type , name, and GUID.
Same way in power automate when setting up a lookup value or customer lookup we need to specify Entity and GUID or we can encounter error " Resource not found for the segment "

If we are getting below error most probably we are not setting Lookup field correctly 

Resource not found for the segment 'accoutid'

or

Empty segment encountered in request URL. Please make sure that a valid request URL is specified.

The post Error: Resource not found for the segment ‘lookup’ , Set Lookup field in power Automate Flow appeared first on Microsoft Dynamics 365 Blog.

]]>

Like in C# and Js Setting Lookup Value is different than setting String, It needs to information like entity type , name, and GUID.
Same way in power automate when setting up a lookup value or customer lookup we need to specify Entity and GUID or we can encounter error " Resource not found for the segment "

If we are getting below error most probably we are not setting Lookup field correctly

Resource not found for the segment ‘accoutid’

or

Empty segment encountered in request URL. Please make sure that a valid request URL is specified.

Below is the example , how to set Lookup field or customer field in Power automate flow

  1. if the field is a simple single lookup field, specify entity  name and GUID
    Example : contacts(GUID)
  2. If field is Customer lookup , Specify either account or contact
    Example : accounts(GUID) or contacts(GUID)

The post Error: Resource not found for the segment ‘lookup’ , Set Lookup field in power Automate Flow appeared first on Microsoft Dynamics 365 Blog.

]]>
4108