Open WorkBook With Changing File Name
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-10-20 02:53 PM
Hi Experts,
In my process I download Excel file on daily basis ( Name: Excel 28.10.2020.xls) from SAP. Next day the new file will replace the previous days file ( With Name Excel 29.10.2020.xls).
My requirement is BOT will pick up current date file in process level when I select action Open Workbook.
How I would do that. Please guide me.
What will be my expression under Open Workbook.
BR/Deb
------------------------------
Asitabha Deb
------------------------------
In my process I download Excel file on daily basis ( Name: Excel 28.10.2020.xls) from SAP. Next day the new file will replace the previous days file ( With Name Excel 29.10.2020.xls).
My requirement is BOT will pick up current date file in process level when I select action Open Workbook.
How I would do that. Please guide me.
What will be my expression under Open Workbook.
BR/Deb
------------------------------
Asitabha Deb
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-10-20 03:53 PM
Try this "Excel "&FormatDateTime(Today(), "dd.MM.yyyy")&".xls"
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-10-20 01:21 AM
Thanks Shashank,
Its working fine now.
Can you please tell me there is a Sheet Name in a excel file which is changing on every day.
For eg - Backlog 10.29.20, next day its become Backlog 10.30.20 and so on.
How to capture that in BP for " Get Worksheet as Collection" Process.
------------------------------
Asitabha Deb
------------------------------
Its working fine now.
Can you please tell me there is a Sheet Name in a excel file which is changing on every day.
For eg - Backlog 10.29.20, next day its become Backlog 10.30.20 and so on.
How to capture that in BP for " Get Worksheet as Collection" Process.
------------------------------
Asitabha Deb
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-10-20 04:44 AM
Hi Asitabha,
You will have to generate the sheet name using calculation stage and pass that to "Get Worksheet as Collection" action.
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
You will have to generate the sheet name using calculation stage and pass that to "Get Worksheet as Collection" action.
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
