If I use Fill Form activity I am getting the below error. Can anyone help to fix this error. Error: UiPath.UIAutomationNext.Exceptions.ConsumptionException: You have no consumption units remaining. Please contact your organization admin.
at UiPath.Semantic.Activities.Services.SemanticActivityConsumptionService.StartAsync(CancellationToken token)
at UiPath.Semantic.Activities.Services.SemanticActivityActionService.StartOperationAsync(IOperationScope operationScope, SemanticFeature feature, CancellationToken token)
at UiPath.Semantic.Activities.Services.SemanticActivityActionService.FillFormAsync(IFillFormData data, TimeoutToken token)
at UiPath.Semantic.Activities.NFillForm.ExecuteAsync(IActivityContextWrapper context, CancellationToken cancellationToken)
at UiPath.UIAutomationNext.Activities.RecoverableNativeActivity.ExecuteActivityAsync(IActivityContextWrapper contextWrapper, CancellationToken cancellationToken)
at UiPath.UIAutomationNext.Activities.RecoverableNativeActivity.ExecuteActivityAsync(IActivityContextWrapper contextWrapper, CancellationToken cancellationToken)
at UiPath.UIAutomationNext.Activities.RecoverableNativeActivity.ExecuteAsync(NativeActivityContext context, CancellationToken cancellationToken)
at UiPath.Shared.Activities.AsyncTaskNativeImplementation.BookmarkResumptionCallback(NativeActivityContext context, Object value)
at UiPath.Shared.Activities.AsyncTaskNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at UiPath.Shared.Activities.ContinuableAsyncNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
Hi @vignesh.murugan
Welcome to the Forum,
This error occurs because Fill Form uses Semantic AI features and your tenant has no consumption units remaining.
It is a licensing limitation, not a workflow issue.ask your organization admin to allocate additional AI consumption units in Automation Cloud.
Alternatively, replace Fill Form with standard Type Into and Click activities to avoid AI usage.
If helpful, mark as solution. Happy automation with UiPath
1 Like
It’s because we get a fix number of free executions per day.
If you are trying the feature, you should be able to run this tomorrow for the number of times. The free uses quota gets refreshed every midnight
1 Like