I have downloaded files from multiple insurance company websites. from each file i need only few columns irrespective of columns positions. For that I mentioned separate workflows for each company to pick few required columns.
In the Main Output file, If I run the 1st insurance company I’m getting columns as per my requirement but when I run for other, previous data is also repeating for 1st company and then appending the 2nd company data. Every time I run I’m getting duplicates.
How to sort this issue?
Can you show your flow…ideally if you clear you should not be…somewhere it is getting appended…try to perform step into and check where the data is getting added using locals panel
1st read range is the file with headers I want to write the final output.
2nd read range is the data which I pick only few columns which I mentioned in the Add Data Row activity. and then I’m appending the data by giving append range activity by passing 1st read range activity.
Yes When I run for the first insurance there won’t be any data apart from headers.
And when I run for the 2nd insurance there will be only previous data(1st Insurance).
But here when I run for 2nd insurance I’m getting 1st and 2nd insurance data.