Hi there,
I've a custom workflow which move notes from oppty to acnt. It working fine on dev environment but when it published on prod its throwing some unknown error and workflow stops working.
Workflow paused due to error: Unhandled Exception: System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Ennovate.Crm.Custom.UpdateAccountOnOpportunityClose.Execute(CodeActivityContext executionContext)
at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
Any suggestion.