How to resolve inoutargument from the text

Hi All

I got validation error for process.xaml. " Failed to create a InOutArgument from the text".

How to resolve this?

Hi @divyanancypaul.it,

Open the xaml in notepad and remove the out arguments if you see any as like this,

 <x:Property Name="argument1" Type="OutArgument(x:String)" />

Make sure that is not reference in any assign or any other activity. Once opened that xaml in UiPath Studio then create the arguments as you want.

Make sure to have a backup before edit it in notepad.

I didn’t see anywhere.

Hi Divya Nancy,

The first validation is to ensure there are no variables or arguments with the same name in the automation project. If there are no other variables or arguments with the same name, try reinstalling/repairing dependencies.

Hope this helps.!

If it doesn’t glad to assist more, Please share the snippet of your arguments panel.

Happy Automating.!!

Thanks,
Gautham.