Hi Community,
I am new to PAD.. Please help me with below datatable question. Thanks a lot!!
There is a datatable which was generated from website but some fields are blank.
What I want to is to use for-each function to loop the datatable and then use a current item field to another current item field (same row).
I have tried "CurrentItem[2]" to set "CurrentItem[1]" which is ok for current item but can not update the related value of datatable I am looping.

Datatable:

And I also tried to use this way to update but it only can update the related row I set..So I want to use the variable to locate next row I want to update but seems there is no way to use.. Any ideas?
