Make Into datatable doesn't seem to be recorded in Enchanced log, but you might be able to find it from the Source table script of the created table.
(Data Table("Car Poll") << Tabulate(
Add Table(
Column Table(Grouping Columns(:sex, :marital status)),
Row Table(Grouping Columns(:country, :size))
)
)) << Make Into Data Table
-Jarmo