-
The Mutation texlFunctions (
https://github.com/microsoft/Power-Fx/tree/main/src/libraries/Microsoft.PowerFx.Interpreter/Functions/Mutation ) should be shared with PA. Especially valuable to share C…
-
Robustness checks (#981) - Several potential races.
_Writing is single threaded. Reading is multi-threaded._
We have some existing tests (https://github.com/microsoft/Power-Fx/blob/main/src/tes…
-
Today, we add connectors via:
https://github.com/microsoft/Power-Fx/blob/f11ba50c39c018302e088ed6a34f33a131f996fb/src/libraries/Microsoft.PowerFx.Connectors/ConfigExtensions.cs#L55
Some updates:…
-
### Is your feature request related to a problem? Please describe.
The current return on investment calculations are defined in the Automation Kit as part of a [Power Automate Flow](https://github.…
-
`Set(x, dataverseRecord)` will fail since dataverseRecord is not a copyable type. (enforced with #1633)
But really, we should be blocking this at time of creating variable 'x' if it's a non-copyable…
-
We want to create our own custom `Engine` instead of using `RecalcEngine`, but we'd still like to use some of the built-in functions provided in the internal library:
https://github.com/microsoft/P…
-
**Is your feature request related to a problem? Please describe.**
As the connector ecosystem has expanded it is inevitable that some actions within connectors will be deprecated. Some connectors are…
-
Records can be recursive -
Ensure that doesn't cause an infinite loop in the serializer.
-
I have just found that the Filter() function will drop and replace the .Id property of all rows in the Table with a sequentially-assigned whole number (1, 2, 3, etc.) if the Filter function includes a…
-
Some functions are improperly treating strings that contain higher-plane Unicode characters (i.e., those with code points at U+10000 and higher, including most emoji) as if each of those characters we…