My team is attempring to use a Dynamics CRM Trigger to check for updates and kick off a process. When we use the test trigger button on the trigger we get results, but if we attempt to use the debugger we get the following error. This occurs both in the online Studio and StudioX.
2024-10-01 13:45:25.718 GMT−4: Error: UiPath.IntegrationService.Activities.Runtime.Exceptions.RuntimeException: Trigger activity could not find any matches. Error code: DAP-RT-1052.
at UiPath.IntegrationService.Activities.Runtime.Activities.ConnectorTriggerActivity.DebugExecuteAsync(IExecutionService executionService, ExecutionParameters executionParameters, CancellationToken token)
at UiPath.IntegrationService.Activities.Runtime.Activities.ConnectorTriggerActivity.ExecuteAsync(AsyncCodeActivityContext context, CancellationToken token)
at UiPath.IntegrationService.Activities.Runtime.Activities.AsyncTaskCodeActivityImplementation.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at UiPath.IntegrationService.Activities.Runtime.Activities.AsyncTaskCodeActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
If we deploy the process then it will properly trigger. Do triggers just not function in debug? Or is there something we can do to get the information in the trigger from into debug?