And in the for each loop im extracting pack id and adding it into the datatable.
So, if there are 3 pack ids in the loop, the bot is storing the packids in such a way 3, 2, 1.
so when i use the DT in further activities, if i loop through each item in DT the bot show 3rd item first , then second, then first. so basically it is storing in reverse order. how to make it store in such a way 1, 2, 3?
as your are using for each loop
and in that your are using just two activities right one is get text activity and other is Add Data row
can you check it once again if same issuse can you share the screenshot