Jas Valgotar
Jas Valgotar
> TestBindingError(script, Features.None, errorMessage, symbolTable); Updated to V1 --- In reply to: [2010778690](https://github.com/microsoft/Power-Fx/pull/2255#issuecomment-2010778690) [](http://example.com/codeflow?ancestors=2010778690) --- Refers to: src/tests/Microsoft.PowerFx.Interpreter.Tests/DeferredTypeTests.cs:116 in aba9876. [](commit_id = aba9876cdb3ff02478274a5e6222f1d0b8cfd170, deletion_comment = False)
Related to https://github.com/microsoft/Power-Fx-Dataverse/issues/385
This should be fixed if you are using DataVerse.Eval nuget >= 1.2.0-build.20231109-1002 If you are still seeing the issue, can we get the expression you were getting the error for?
ThisRecord and all global variables seems correct, since that would still makeup a correct expression. (I think we suggest globals on each arg, while PA doesn't)
{out: cr8b8_weather.CurrentWeather("Redmond","Imperial").responses.weather.current.Temperature} here we want to use display name instead of `cr8b8_weather` as a namespace
After discussion with Luc, found out we define namespace here and should use displayname when creating connector settings, `new ConnectorSettings(connectionReference.ConnectionReferenceLogicalName)`
✅ No public API change.
✅ No public API change.
✅ No public API change.
✅ No public API change.