Hai @wootberries24… Use Read Text File activity to read each file ,feed the path of file
Use assign activity, in assign use ur basket 3=Totalbasket-(Basket1+ basket 2), then use create file activity give the file type that u need to create… Name it as basket 3… This may helps u
It’s currently giving me an error of:
"Option Strict On disallows implicit conversions from ‘String’ to ‘Double’ when I assign Basket3=TotalBasket-(Basket1+Basket2)
Now each of my ‘Read Text File’ variable has an error of:
“Option Strict On disallows implicit conversions from ‘Double’ to ‘String’” when I assign their variable type to System.Double.