Power-Fx icon indicating copy to clipboard operation
Power-Fx copied to clipboard

Power Fx low-code programming language

Results 179 Power-Fx issues
Sort by recently updated
recently updated
newest added

Anonymized check request showed success. However, fails during execution. `PowerFxExpressionEvaluator Check success with the expression: #$PowerFxResolvedObject$#`   Execution: ``` System.NotImplementedException: The method or operation is not implemented. at Microsoft.PowerFx.Types.UntypedObjectValue.ToObject() at Microsoft.PowerCards.Scripting.PowerFxScriptRunner.RunScriptAsync(......

MS_CARDS
HOT!

In Power Apps, action connectors don't use Display Names ![image](https://github.com/microsoft/Power-Fx/assets/69138830/1e4d7cc0-2233-4883-80eb-e8717e55ffa5)

Currently if you use connectors via Dataverse Plugins, it only uses Logical Name in expression, it should also allow display name.

I created a Power FX Command in a MDA and wanted to set the visibility of the command based on a property in the user record. ![image](https://github.com/microsoft/Power-Fx/assets/15412588/efc52721-c28b-44b6-9632-bc2f9a724019) The property "Create...

We are currently using PowerShell scripts and the corresponding PS Modules to connect to Dataverse to set the status of specified records. e.g. SLA When updating a SLA via Solution...

REPL

The Calendar functions are missing from the C# interpreter

We are encountering challenges with dynamically binding an adaptive card in the Copilot bot with calendly type experience with an option for user to choose the dates and the respective...

Goals: 1. stable for both .Net 4.6.2 and .Net 7.0 2. ignore if an identifier is wrapper in single quotes. (the escaping characters for Power Fx) This was changed in...

‘The untyped object argument to the ‘Text’ function has an incorrect type. Expected: Text, Actual: Microsoft.PowerFx.Types.ExternalType.’ (Text(System.Activity.ChannelData))

Needs Discussion