Closed NavneetThekkumpat closed 1 year ago
This is related to https://github.com/microsoft/Power-Fx/issues/1659 This should be a fix here: https://github.com/microsoft/Power-Fx/blob/main/src/libraries/Microsoft.PowerFx.Interpreter/CustomFunction/CustomSetPropertyFunction.cs#L72
Running Testengine with this SetProperty
PowerFx.Engine.Check and Eval functions fail with the below error
Workaround right now is setting NumberIsFloat ParserOptions to true and it runs successful.