We are pleased to announce the experimental release of our ParseJSON function, which can parse JSON strings into Power Fx objects and types. This new function dramatically simplifies working with JSON ...
We read every piece of feedback, and take your input very seriously.
Workaround: The suggested workaround is to either use json.dumps () to convert the dictionary to a JSON string or pass the list of dictionaries as a pipeline parameter. Below examples work (only as ...