The value must either contain a textual value or have components, not both

Hello,

I am getting the following error while Creating action Item in the Action using the Activity “Create Document Validation Action”

UiPath.DocumentUnderstanding.Persistence.OrchestratorException: The value must either contain a textual value or have components, not both at UiPath.IntelligentOCR.Activities.BaseOrchestratorClientAsyncActivity.ThrowIfNeeded(Task task, Boolean suppressThrowException) at UiPath.IntelligentOCR.Activities.BaseOrchestratorClientAsyncActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result) at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

@Mothilal_Duvvari

Did you happen to modify any values of the result before presenting? this error would generally occur in that scenario

if yes try to modify like in the below post to not effect

cheers