In StaleRevComments, I can see all the comments in the respective columns. These column have data type as TEXT.
= Table.ExpandTableColumn(Source, "StaleRevComments", {"Comments P05 F2022", "Comments P04 F2022", "Comments P03 F2022", "Comments P02 F2022", "Comments P01 F2022", "Comments P12 F2021", "Comments P11 F2021", "Comments P10 F2021", "Comments P09 F2021"})
However, I am getting null value
How to get comments populated in this query.
= Table.ExpandTableColumn(Source, "StaleRevComments", {"Comments P05 F2022", "Comments P04 F2022", "Comments P03 F2022", "Comments P02 F2022", "Comments P01 F2022", "Comments P12 F2021", "Comments P11 F2021", "Comments P10 F2021", "Comments P09 F2021"})
However, I am getting null value
How to get comments populated in this query.