Resource not found for the segment – Azure

Hey there!

In this post we will see how to resolve the error: Resource not found for the segment.

If you are looking for same then please follow below steps. Check my channel here for other information.

Whenever we are getting this error while using dynamics entities it means we have not given the plural name of the entity

Example: we are using “contact” entity in fetchxml or any Odata query then we should give plural name of the entity which we use entity name like “contacts”.

Above changes can be done to resolve this error.