I have a dataverse unbound action to create a premium planner, but yesterday this action can not be edited inside desgin mode , on modern UI i will get this loading forever, as follow:-
while on clssic mode:-
and when i try to save the flow, will get this error:-
Failed to retrieve dynamic inputs. Error details: 'Request to XRM API failed with server error: 'Message: An item with the same key has already been added. Code: 0x0 InnerError: Type: System.ArgumentException Message: An item with the same key has already been added. StackTrace: at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add) at Microsoft.OpenApi.OData.Generator.OpenApiSchemaGenerator.CreateStructuredTypePropertiesSchema(ODataContext context, IEdmStructuredType structuredType) at Microsoft.OpenApi.OData.Generator.OpenApiSchemaGenerator.CreateStructuredTypeSchema(ODataContext context, IEdmStructuredType structuredType, Boolean processBase, Boolean processExample) at Microsoft.OpenApi.OData.Generator.OpenApiSchemaGenerator.CreateStructuredTypeSchema(ODataContext context, IEdmStructuredType structuredType, Boolean processBase, Boolean processExample) at Microsoft.OpenApi.OData.Generator.OpenApiSchemaGenerator.CreateSchemas(ODataContext context) at Microsoft.OpenApi.OData.Generator.OpenApiComponentsGenerator.CreateComponents(ODataContext context) at Microsoft.OpenApi.OData.Generator.OpenApiDocumentGenerator.CreateDocument(ODataContext context) at Microsoft.OpenApi.OData.EdmModelOpenApiExtensions.ConvertToOpenApi(IEdmModel model, OpenApiConvertSettings settings) at Microsoft.Crm.Extensibility.OpenApi.Cache.OpenApiJsonModelCacheLoader.ConvertEdmModelToOpenApi(IEdmModel model, MemoryStream stream, IHttpContext httpContext) at Microsoft.Crm.Extensibility.OpenApi.Cache.OpenApiJsonModelCacheLoader.<>c__DisplayClass4_1.<ConvertEdmModelToOpenApiJson>b__2() at Microsoft.PowerApps.CoreFramework.ActivityLoggerExtensions.Execute(ILogger logger, EventId eventId, ActivityType activityType, Action action, IEnumerable1 additionalCustomProperties) at Microsoft.Xrm.Telemetry.XrmTelemetryExtensions.Execute(ILogger logger, XrmTelemetryActivityType activityType, Action action) at Microsoft.Crm.Extensibility.OpenApi.Cache.OpenApiJsonModelCacheLoader.ConvertEdmModelToOpenApiJson(IEdmModel openApiEdmModel, IOrganizationContext context, IHttpContext httpContext) at Microsoft.Crm.Extensibility.OpenApi.Controller.CachingFlowOpenApiController.GetOrAddJsonModelAsync(OpenApiModelKey key, IHttpContext context) at Microsoft.Cds.Core.Caching.File.FileCache2.<>c__DisplayClass24_0.<<GetOrAddAsync>b__0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Cds.Core.Caching.File.FileCache2.<GetOrAddAsync>d__24.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Crm.Extensibility.OpenApi.Controller.CachingFlowOpenApiController.<ExecuteActionRequestAndCacheResponseAsync>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Crm.Extensibility.OpenApi.Controller.CachingFlowOpenApiController.<>c__DisplayClass6_0.<<GetAsync>b__0>d.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.Crm.Extensibility.OpenApi.Controller.CachingFlowOpenApiController.<GetAsync>d__6.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Threading.Tasks.TaskHelpersExtensions.<CastToObject>d__11.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__5.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__15.MoveNext() InternalException.Message: InternalException.StackTrace: '. The tracking Id is 'ec27b163-394d-4926-a6f5-3df075a06a2d'.'
any advice?
Also the strange thing is that the flow is working well when running, the issue seems to be on design mode, where i can not even save the flow/... now yesterday another develop created a power apps for the planner customization, could this by any way caused this error?