I feel like I am overlooking something here and I just can’t pinpoint the error. I am trying to obtain messages from a screen and write them to each row within an excel workbook. I seem to only be able to write data to cell T2 and I do not continue down the list for each row. I constantly overwrite data to cell T2. I tried using another for each row activity and was not successful.
Not clear on the activity but I assume you can try to use write range activity instead of write cell. Write range will help you write data starting from a specified cell.
It looks like my arrow and text did not save in the image provided. My screen scrape and write cell activities are within the Body contained within the for each row activity. I will try the write range activity and report back with my results.
Hi Prasath17, I actually tried your solution the first time around and received the same results. I appreciate the suggestion. I should have mentioned this in the initial post.