Im using csv to ofx application.
this application convert .csv files to .ofx format
it has 4 steps to convert .csv to ofx (Please see sreenshot below)
my Problem is, how to get all those .csv files one by one when looping
i think Directory.Getfiles wont work for me.
@Aupe If the name of the file is same as in screenshot with some sequence, use below approach
Find the TEXT ( use concat and increment options to frame the next file name_
for eg, use a counter i=1
assign , filename = filenameformat_i
click filename
increment counter, i=i+1
so when it goes to loop, the filename will become filename_2
Automation is Run Perfectly
but i noticed i have 1 situation makes my automation error.
when robot Select Large file size in Excel then Click Open,
Converter Loading Because it has excel lines of 10k inside.
how Can i teach robot to wait to finish first Converter Loading then Proceed to the next step of the Automation.
i think put the additional delay time in click activity ‘browse’ button. like 2000 milli seconds.
because the system will back to click browse again after click open when uploading large excel data. so before clicking browse again you put the delay to give the system time to load the large excel