Hi Everyone,
Greetings for the day,
I am new to the community and to UiPath as well. Guys I am trying to make a bot using UiPath which uploads files present in a folder to Azure Blob storage account.I’m defining the activity in the Azure Scope and there is no issue in retrieving the Azure subscriptions details for the activity. Then in it I am using “For each File in Folder” activity to upload all the files present in the folder (the activity is as follows)
Everything is working fine till the last step of the activity i.e the upload Blob from File. All the properties for the upload blob from file have been mentioned like in the screenshot below
But I am getting this Error: RemoteException wrapping UiPath.Azure.Core.AzureException: An error has occurred. Please check the logs Error: Type provided must be an Enum.
Parameter name: enumType —> RemoteException wrapping System.ArgumentException: Type provided must be an Enum.
Parameter name: enumType
at System.Enum.TryParseEnum(Type enumType,
String value,
Boolean ignoreCase,
EnumResult& parseResult)
at System.Enum.Parse(Type enumType,
String value,
Boolean ignoreCase)
at System.Enum.Parse(Type enumType,
String value)
at UiPath.Azure.Services.AzureBlobService.d__8.MoveNext()
— End of inner exception stack trace —
at UiPath.Azure.Activities.AzureActivity`1.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)

and don’t know how to troubleshoot it. I am not sure where this Enum type is to be mentioned.
Kindly Guide me through it
Thanking in anticipation