For Each Row with Insert Into
I'm struggling with an insert into statement inside a For Each Row iteration. I want to look up a category from the column "Type" and based on that select the value in the column "COLUMN_NAME" to form a list for each category. I think I'm failing with the Insert Into
// Get the current data table
dt = Current Data Table();
colName = "Type";
// Get the column reference
Types = Column( colName )...