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

Allow JSON() serialization on custom RecordTypes

Open MikeStall opened this issue 1 year ago • 1 comments

JSON(First(incident)) fails where incident is a custom derived RecordType.

ErrJSONArg1UnsupportedType

Appear to fail here: https://github.com/microsoft/Power-Fx/blob/930ca694c5017eb410987510710246e49b84244e/src/libraries/Microsoft.PowerFx.Core/Texl/Builtins/Json.cs#L114

MikeStall avatar Aug 20 '24 23:08 MikeStall

#2190 seems to do some work on this.

MikeStall avatar Aug 20 '24 23:08 MikeStall