Power-Fx
Power-Fx copied to clipboard
The JSON function cannot serialize objects of type 'UntypedObject'
There is no reason why we would not support this use case. Let's support it.
I agree - we should do this. We should be able to implement this on the existing IUntypedObject interface (without any breaking changes or extra requirements on the interface).
Note that JSON (ParseJson()) does not necessarily round trip.
Hello! I am currently attempting to go from Table to Text without success with Power-Fx in Copilot.
JSON(Topic.result,JSONFormat.IgnoreBinaryData & JSONFormat.IgnoreUnsupportedTypes)
Receiving this error: The JSON function cannot serialize objects of type 'Table'.
Appreciate any update!