Clomig
(cal)
April 12, 2019, 3:14pm
1
Good Day,
Please help me fix my workflow.
On a daily basis, I have a new batch of excel files (file names: export.xlxs,export(1).xlxs…) that needs to be consolidated into one main excel file. (It has a same format, it just needs to be consolidated to make a daily monitoring.)
Initially, my workflow stopped from there since I am getting an error. Please see the attached image for reference.
Consolidation OF Excel FILE.xaml (8.0 KB)
Hi! There may be a .xaml file in the directory
You may want to add if statement:
If item.ToString.Contains(“.xlsx”)
1 Like
Clomig
(cal)
April 12, 2019, 3:28pm
3
Hi @Jan_Brian_Despi ,
Thank, It worked but it did not proceed because of this error. No OPen excel file during the automation process
Hi! Maybe the excel file is open.
You may now close this topic by marking the solution
Thanks
pavanh003
(Pavan Harisha)
April 12, 2019, 3:32pm
5
Hi,
directory.GetFiles(SelectedFolder,“*.xlsx”) this will give files of type excel
then you can add the values to new excel using append range activity.
Let us know if this helps,
Regards,
Pavan H
Clomig
(cal)
April 12, 2019, 3:34pm
6
Hi @Jan_Brian_Despi ,
Im sorry my friend, There are no active excel files before i ran the robot.
Try opening task manager. THere may be an EXCEL running
Or you may refer to this one
[Error] Main.xaml (12.5 KB)
When i try to copy html file to particular folder sometimes it show the error like this.
My use case is when the folder receive the html it automatically convert to a .xls file. Now every time i run the bot to convert files. i need to monitor particular folder. if any .html files are comes to the folder it will automatically convert to .xls file
Thanks Advance
Clomig
(cal)
April 16, 2019, 6:40am
8
Hi @Jan_Brian_Despi , Having an if activity filters only the excel file. Thanks.
Ive already got a solution for my previous concern.
system
(system)
Closed
April 19, 2019, 6:40am
9
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.