Replies: 3 comments
-
Switched to nightly |
Beta Was this translation helpful? Give feedback.
-
Yes, use nightly. WE only publish to nuget every few months. Nightly are produced on every commit. Fwiw - for querying dataverse, check out: |
Beta Was this translation helpful? Give feedback.
-
@MikeStall - Intellisense was not working for Dataverse, but I realised that I did not populate the SymbolTable from DataverseConnection. Got it working today. All the changes are in my repo now https://github.com/rajyraman/Power-Fx-.NET-Interactive Thank you for your help Mike. |
Beta Was this translation helpful? Give feedback.
-
I am trying to use Power Fx in Polyglot Notebooks to query Dataverse and I always get an error with engine Check when I use Power Fx 1.2.0 assemblies. When I investigated how pac REPL is able to do this without any error, I found that it uses different version that is not even published on Nuget.
nuget does not have version higher than 1.2.0, but all Power Fx assemblies referred by pac are on 1.3.0.
Ideally pac should also only use what is published on nuget. I currently have to downgrade to 1.1.0 to get the Dataverse Power Fx part working.
Beta Was this translation helpful? Give feedback.
All reactions