Hello,
I need help with few things that are interrelated. Currently my workflow works, but once an update is made to the website I’m referencing, I will have issues- here are the things I need help me:
-
I need my click activity to be able to get the most recent entry on this site. Currently the most recent is October. Note: the link is a combination of static + dynamic:
.here is my click activity:
-
Using the Extract/Unzip activity, how can I tell my Robot to always find the folder that has just been downloaded from the previous activity when the name of that folder changes based on version?
For example, the click activity here:
will download
if the click activity has picked the most recent, it will look like this
and the extract folder will be different as seen here:
- How can I use the Read Pdf file to always read from the most recent folder and in that folder, read a certain pdf document in the folder?
For example ,if folder " IOCE.V242.R0.QuarterlyDataFiles", is the most recent, read Final_Summary_Of_Data_Changes_v24.2
if Folder 'IOCE.V243.R0.QuarterlyDataFiles" is the most recent folder read Final_Summary_Of_Data_Changes_v24.3
I always want to
use the click activity to get the most recent link
extract the folder the link downloads (there might be more folders with similar names)
read a pdf file from the extracted folder.
Attached is my workflow so m questions are better understood.
UIElementAndReg.zip (4.1 MB)