When i use data scrapping selector is common for all models due to that data is appending themselves, When i try to use Write CSV w.r.to model Name first model its writes correctly and the next model data is taking the previous model price also , can someone help me how to overcome this issue ?
Ok so the issue was that the data that you are extracting each time is appending to the same datatable
Because of that the new file also had the previous data in it
To overcome that i used a Clear DataTable activity and then it works well