Hi, I´m trying to create a flow executing when updating a Dynamics CRM opportunity.
I can connect to our CRM 365 instance in the trigger, but when the flow runs I get this error:
- Headers
{ "Pragma": "no-cache", "x-ms-request-id": "e6e4789b-67b0-48ef-ac5b-427856f8e18c", "Cache-Control": "no-cache", "Date": "Fri, 09 Dec 2016 21:35:29 GMT", "Set-Cookie": "ARRAffinity=60399012fd538cc9e9434dab83cc998989a70dd2f847ebc7117eb704b9c942d6;Path=/;Domain=127.0.0.1", "Server": "Microsoft-IIS/8.0,Microsoft-HTTPAPI/2.0", "X-AspNet-Version": "4.0.30319", "X-Powered-By": "ASP.NET", "Content-Length": "106", "Content-Type": "application/json; charset=utf-8", "Expires": "-1" }
- Body
{ "status": 401, "message": "Crm instance does not have security roles defined for you.", "source": "127.0.0.1" }
I´m not a CRM guy, but I have enought access in CRM to create and read all opportunities.