Add data row within a for each loop

image
Hey, what is the official syntax here to add a row to a data table within a for each loop?
I’d like to append two data tables together. Thanks

you need to specify each column in add data row. So you can then use row with either column name or index
for instance

{row(0), row(1), row(2) }

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.