Input dialog always got null value

Got error message as following, seems the input dialog will get null value no matter what you enter.
Meanwhile, the input language will stay in Chinese even I switch to English.
Questions:

  1. Can I define the language for the input dialog?
  2. The warning message in Studio is in 2 languages which is difficult for searching, is there a setting to change?

RemoteException wrapping System.ArgumentNullException: Value cannot be null.
Parameter name: input
at System.Text.RegularExpressions.Regex.IsMatch(String input)
at System.Text.RegularExpressions.Regex.IsMatch(String input,
String pattern,
RegexOptions options)
at UiPath.Core.Activities.IsMatch.Execute(CodeActivityContext context)
at System.Activities.CodeActivity`1.InternalExecute(ActivityInstance instance,
ActivityExecutor executor,
BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor,
BookmarkManager bookmarkManager,
Location resultLocation)

hi @MubieSam_Lin

Have you used for each row

Thanks
Ashwin S

1 Like

@AshwinS2 yes, input dialog is inside ForEach row…so this the cause of error?

Hi @MubieSam_Lin

What datatype have you given for subDom4sitessettngs

Thanks
Ashwin S

@AshwinS2 got the problem solved after moving input dialog before ForEach row, but how about the warning message in 2 languages, any suggestion?

@AshwinS2 subDom4sitessettngs is String in Variable type.

Hi @MubieSam_Lin

Check this

Go to UiPath settings and general and set the language as chineese/latin/spanish/english

Thanks
Ashwin S

1 Like

@AshwinS2 got this, but…
Excel%20UiPath%20Community%20Forum

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