Closed ghost closed 4 years ago
The following section from the Request.GraphFeed
function is the cause for this issue
// BUG - The following line is the reason for https://github.com/microsoft/secmgmt-insights-connector/issues/69
entries = if(expandedList{0}[Value] = null) then
expandedList
else
let
listOfColumns = Record.FieldNames(expandedList{0}[Value]),
expandedTable = Table.ExpandRecordColumn(expandedList, "Value", listOfColumns, listOfColumns)
in
expandedTable,
Steps to reproduce
Run the following query
Expected behavior
The resulting table should contain data
Actual behavior
The resulting table contains a Value column with either null or a record
Environment