Hi @bakrious12
Yea you can do it…use for each ui element and inside it
Add the type into activity and pass the currwntelemement(make sure you selector should be generic not specific to first element) as input element and in typeinto text pass dt.Columns(counter).coulmnname
After that, Add assign with a integer variable counter(initial value to be zero) and give value as counter + 1
Counter is basically to increment your column index so that the new cplumn can be fetched for every loop
Cheers