I need to access a network folder identified by the previous date as the name and search within the folder for a specific file then open the located file to extract certain attributes to place in a USPS letter template. Where I am confused is how to handle network files vs. webpage/application activities. I understand how to click on items, etc. if it is a webpage/application. But when dealing strictly with internal network folders which is not an application/webpage, what activities should I be using? Do I still use the App/Web Automation> Click Activity to open my folders and click into a search field, etc.? If you know of any links on this topic, please share. I could not find anything specific to Studio X nor anything referenced in my training . Thank you for your assistance.
Network folders can be accessed just as any normal folder…you dont need to use any clicks pr anything…
File exists…path exists etc would work with network path also
Please try the same
Cheers
Hello @kcaller
- Get Previous Date:
- Use an
Assignactivity to calculate the previous date.
- Build Network Folder Path:
- Create the path to the network folder with the previous date.
- Check if Folder Exists:
- Use
Path Existsto verify if the network folder exists.
- Open Folder:
- Use
Invoke CodeorStart Processto open the network folder.
- Search for Specific File:
- Use
Find Files and Foldersto locate the specific file.
- Extract Attributes:
- Use “File” activities (e.g.,
Read Text File,Get File Attributes) to extract file attributes.
- Use Extracted Attributes:
- Employ “UI Automation” activities (e.g.,
Type Into) to fill in your USPS letter template.
Thanks & Cheers!!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.