hey everyone, I’m new to RPA so please educate me. so I need to extract a web table that contains varying data to an excel sheet and I’m facing a problem that it overwrites all data in the same cell when it’s extracted so how can I make it to store every piece of information in a new row automatically?
Hey @mohammadAllan
You can use the ‘Append row to Excel file’ activity for this. This activity will always write data to the first empty row, ensuring that existing values are not overwritten.
I strongly recommend going through our courses on the ElectroNeek Product Training page. You’ll find a variety of courses there, including the MS Excel Automation course, which covers working with basic MS Excel activities.