Hello,
we noticed the following bug in UiPath Studio with Modern Activities. They DO NOT work properly if System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo(“de-de”) is set. Any culture info that interprets comma as decimal separator has the same issue.
If the culture info is set to “en-us”, the same activity works properly.
The desribed bug is observed with the following dependencies:
UiPath.System.Activities 22.10.2 + UiPath.UIAutomation.Activities 22.10.3
UiPath.System.Activities 22.4.5 + UiPath.UIAutomation.Activities 22.4.7
Both Community and Enterprise 22.4 Studio have the same issue.
Please see the attached code example and execute the workflow Example_ModernActivitiesWithChangedCultureInfo.xaml
ModernActivitiesAndThreadingCulture.zip (145.7 KB)