-
Changing **make.powerapps.com** as the domain in the config file broke the test with a page not found in the portal
*screenshot of the recording*
**giving a timeout as a result:**
config …
-
When parsing an UntypedObject string to DateTime object, I noticed it has very strict precision for second decimal fractions.
```DateTimeValue(ParseJSON("""2011-01-30T08:00:00.000Z"""))``` works, b…
-
After updating to a more recent version, starting to get this exception. It might be related to this PR: #817
`InvalidOperationException: Slot 'x:FromRecord_25763907' is not valid on Symbol Table…
-
## Describe the bug
When trying to execute `dotnet run` after setting up the test sample, it provides the System AggregateException with the following message:
```
[Error]: System.AggregateExce…
-
Hello! Running into an issue when generating symbols (to use with the monaco editor). When using a nullable field, the symbol results are blank. Below is an example of generating the symbols. If the n…
-
DType.Accept doesn't appear to work on custom records.
Add this test and get it to pass
https://github.com/microsoft/Power-Fx/blob/763c587a72b1c48af8fbe74cde799bae4e6141f2/src/tests/Microsoft.Po…
-
The resource file has the wrong casing, which causes a warning in .NET 7.
[error]/opt/hostedtoolcache/dotnet/sdk/7.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets…
-
Hi,
First of all, great tool, makes creating Power Apps a lot more pleasant. I was, however, wondering if you were planning to implement functionality for formula type columns in the near future?
…
-
Type conversion typically allow a value to convert to its current type. Looks like Power FX allows that for `Value` and `Text`, but not `Boolean`:
`Value(10)` returns `10`
`Text("hello")` returns …
-
Thinking more about display names ... hitting some issues with Rules.
Basically, I see 2 models:
1. **multiple orgs** - like canvas apps.
a. Need a "variable name" to distinguish accounts in …