'Failed to create a 'OutArgument' from the text ''.' Line number '1' and line position '375'. Row: 1, Column: 375

Hi @PrabhuViswa,

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.

6 Likes