例如迭代抓取A,B,C,D对应的数据,当抓取B对应的数据后,数据保存时会覆盖掉A的数据,如何解决这个问题?
Hi @1545030349
If you are try to add the data in the excel file, You can use Append Range activity
This activity will not over write the data. It will append like in the below
A
B
C
https://docs.uipath.com/activities/docs/append-range-x
Regards
Gokul