-
Add a new `Suggestions` (or any better name) pseudo function to display engine suggestions, making use of the cursor pointer (`|`).
Examples can be found here:
https://github.com/microsoft/Power-Fx/…
-
In our DevOps pipeline, the solution zip file is packed from git repository. I have a custom PowerFx function on a field and the output folder in Git contains the .yaml file, but not the packaged zip…
-
System.OverflowException: Value was either too large or too small for a Decimal.
at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt)
at Microsoft.OpenApi…
-
Power Apps has existing user function: https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-user
The schema here includes: Email, FullName, and Image.
This should be in…
-
When a valid FormulaType, associated with a table of non-primitive objects, is used to parse a value with an empty array, the TableFromJsonArray method in FormulaValueJSON.cs overlooks the specified t…
-
This new library needs to be added. It was not published with the other 1.1 libraries.
-
It's not clear to me how one could do either of these.
The Run2Function in the Power-Fx/REPL/Program.cs should be a void typed function that can return an error if the file cannot be found. See th…
-
"x-ms-user-agent" should be defined as "x-ms-user-agent": "**{team/product name}[/{product version}]** PowerFx/{version}"
Notice that
- {team/product name} is currently missing (it's a single strin…
-
Connector telemetry needs to figure out between various hosts (Dataverse, PVA, etc)
-
I found not many but a few examples on GitHub of folks implementing ISKFunction:
- [FantasyCopilot/src/Services/Services.Desktop/WorkflowService/WorkflowService.Extension.cs at main · Richasy/Fantasy…