Using a 'Transform data using Power Query' to get and manipulate data from SQL. I then run 'Parse JSON'. That all works, but it appears the data format coming out of the Parse JSON is not what the next step ('Select') requires, as I am getting:
The 'from' property value in the 'select' action inputs is of type 'String'. The value must be an array.
This is happening in the 'Select' action.
The Parse JSON Schema is:
The Select action returns:
Not sure how to correct. Any help would be greatly appreciated. Thanks!