-
### Is your feature request related to a problem? Please describe.
The preview version of Power Apps Test Engine only supports canvas applications. Extend the Test Engine support to also include the …
-
### Is your feature request related to a problem? Please describe.
Provide documentation and examples for
- [MockAction()](https://github.com/Grant-Archibald-MS/PowerAutomate-TestEngineModule/blob…
-
-
Can we get help for an individual Power Fx function?
For example,
![image](https://github.com/microsoft/Power-Fx/assets/116691001/f352b889-e309-4c63-91bf-54e1b3adc084)
-
- IntelliSense is critical use case for the adoption of REPL
- Developers are not able to know what parameters are needed for a given formula
- There is a work-around, but one has to exit REPL or ha…
-
`JSON(First(incident))` fails
where incident is a custom derived RecordType.
ErrJSONArg1UnsupportedType
Appear to fail here:
https://github.com/microsoft/Power-Fx/blob/930ca694c5017eb4109…
-
Be good to to give Power Apps ( low code platfrom) FX Code snippets the love they deserve😁
Here I am comparing the Gutenberg Code block with an Enlighter JavaScript / Enlighter theme block. Looks…
-
Currently, if you use the following Power Fx with `pac pfx`:
```
Patch(Accounts,
Defaults(Accounts),
{
'Account Name':"Test"
}
);
```
It will fail with the error `'Default…
-
### Is your feature request related to a problem? Please describe.
Today the Power Apps Test Engine only supports Power Apps canvas applications. Provide a means of creating an extensible provider mo…
-
When __fx_fault_tolerant_apply_logs_ called in regular situation, the _fx_media_available_clusters_ is already updated in advanced, except of the FAT chain, and hence no need to update _fx_media_avail…