Yah that’s possible
—once after getting datatable pass that datatable variable as input to FOR EACH ROW activity
—inside the loop use a writeline activity and mention like this
“text” + row(“eg”).ToString + row(“Max”).ToString
Or if we want to type without using for each row loop then the expression be like this