The Query - Get Results activity uses Decimal.TryParse when setting single values. This gives incorrect results when users have number formats with a comma instead of a decimal point, as illustrated in this example. The result is results that are 100x larger than expected.

The Query - Get Results activity uses Decimal.TryParse when setting single values. This gives incorrect results when users have number formats with a comma instead of a decimal point, as illustrated in this example. The result is results that are 100x larger than expected.