Create Form Task: An organization unit is required for this action. Error code: 1101

When using the Create Form Task activity I receive the following error:
“Create Form Task: An organization unit is required for this action. Error code: 1101”

20.10.0-beta.754+Branch.release-v20.10.0.Sha.843ee306bbef4922f3a7f923118f7e04d3bd27a0

Source: Create Form Task

Message: An organization unit is required for this action. Error code: 1101

Exception Type: UiPath.Orchestrator.Service.OrchestratorException

RemoteException wrapping UiPath.Orchestrator.Service.OrchestratorException: An organization unit is required for this action. Error code: 1101
at UiPath.Shared.Extension.TaskExtensions.ThrowIfNeeded(Task task, Boolean suppressThrowException)
at UiPath.Persistence.Activities.BaseOrchestratorClientAsyncActivity.ThrowIfNeeded(IAsyncResult result, Boolean suppressThrowException)
at UiPath.Persistence.Activities.BaseOrchestratorClientAsyncActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

As mentioned in the Error, you need to provide Organization Unit/ Folder in which task need to be created. Try to upgrade the latest Persistence Activities package with which if not provided any, Task/Action will be created in the Default folder

Where do I find my organization unit/folder? or where do i create a folder?

I’ve updated my Persistence package and I have a Task catalog called Invoice Approval in Orch but still see the same error.

Folder is an orchestrator feature. Create Task Activities task Folder as an input in properties pane. https://docs.uipath.com/activities/docs/create-form-task#input

1 Like

this resolved my issue, thanks! in my case I set my folder path to the name of my Orchestrator folder “Default”

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.