Hello - I am attempting to leverage a basic flow to trigger an email when a CRM Opportunity changes and moves to a particular stage in the sales process.
I am hitting an error on the first step of the flow and unable to determine how to get past it. I have worked with one of our CRM admin to review setting and we are not able to determine if there is a flag that would need to be set at either the top level or at my User level in order to get this to operate as expected.
Any help would be very much appreciated... thank you!
Inputs & Outputs noted below (my Orgnaizaiton is obfuscated for obvius reasons ).
Inputs
Organization Name
<Our Organization Name>
Entity Name
Opportunities
Skip Count
0
Maximum Get Count
1
Filter Query
(empty)
Order by
(empty)
Outputs
Headers
{
"Pragma": "no-cache",
"x-ms-request-id": "eeacf735-cfa9-4db5-a1a9-33d565aee5ec",
"Cache-Control": "no-cache",
"Date": "Thu, 01 Sep 2016 15:51:04 GMT",
"Set-Cookie": "ARRAffinity=bb0e64ea2955fbd6ee91664b2d1ba68ea9af2a1c1f19538edff75059230300d5;Path=/;Domain=dynamicscrmonlineconnectionprovider-centralus.tip0.p.azurewebsites.net",
"Server": "Microsoft-IIS/8.0,Microsoft-HTTPAPI/2.0",
"X-AspNet-Version": "4.0.30319",
"X-Powered-By": "ASP.NET",
"Content-Length": "4128",
"Content-Type": "application/json; charset=utf-8",
"Expires": "-1"
}
Body
{
"status": 400,
"message": "{\r\n \"code\": \"\",\r\n \"message\": \"The query parameter %24skip is not supported\",\r\n \"innererror\": {\r\n \"message\": \"The query parameter %24skip is not supported\",\r\n \"type\": \"Microsoft.Crm.CrmHttpException\",\r\n \"stacktrace\": \" at Microsoft.Crm.Extensibility.OData.QueryOptionsConverter.GetQueryExpression(ODataQueryOptions queryOptions, String edmEntityName, CrmODataExecutionContext context)\\r\\n at Microsoft.Crm.Extensibility.OData.CrmODataServiceDataProvider.RetrieveEdmEntityCollection(CrmODataExecutionContext context, String entityCollectionName, ODataQueryOptions queryOptions)\\r\\n at Microsoft.Crm.Extensibility.OData.EntityController.GetEntitySet(String entitySetName)\\r\\n at lambda_method(Closure , Object , Object[] )\\r\\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass10.<GetExecutor>b__9(Object instance, Object[] methodParameters)\\r\\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments)\\r\\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)\\r\\n--- End of stack trace from previous location where exception was thrown ---\\r\\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()\\r\\n at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__0.MoveNext()\\r\\n--- End of stack trace from previous location where exception was thrown ---\\r\\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()\\r\\n at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__2.MoveNext()\\r\\n--- End of stack trace from previous location where exception was thrown ---\\r\\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()\\r\\n at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__1.MoveNext()\\r\\n--- End of stack trace from previous location where exception was thrown ---\\r\\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__1.MoveNext()\\r\\n--- End of stack trace from previous location where exception was thrown ---\\r\\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()\\r\\n at Microsoft.Crm.Extensibility.OData.CrmETagMessageHandler.<SendAsync>d__0.MoveNext()\\r\\n--- End of stack trace from previous location where exception was thrown ---\\r\\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()\\r\\n at Microsoft.Crm.Extensibility.OData.CrmDelegatingHandler.<SendAsync>d__0.MoveNext()\\r\\n--- End of stack trace from previous location where exception was thrown ---\\r\\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()\\r\\n at System.Web.Http.HttpServer.<SendAsync>d__0.MoveNext()\"\r\n }\r\n}",
"source": "<Our Organization Name>.api.crm.dynamics.com",
"errors": []
}