- Release Notes
- 2023.10.0
- 2023.10.4
- Getting Started
- Introduction
- The User Interface
- Keyboard Shortcuts
- Signing in to Your Account
- Creating Your First Automation Project
- Project Templates
- Configuring StudioX Settings
- Frequently Asked Questions
- Tutorials
- Tutorials
- Automation Projects
- About Automation Projects
- About Workflow Analyzer
- Governance and Auditing
- Managing Projects With GIT
- Using the Data Manager
- Creating Automations
- Automation Basics
- Object Repository
- Automation Best Practices
- UI Automation
- About Targets and Anchors
- Indicating a Target
- Editing a Target
- Tutorial: Working With UI Automation
- Tutorial: Extracting Table Data From a Web Page and Editing It in Excel
- Tutorial: Filling Out PDF Forms in Acrobat Reader With Data From Excel
- Excel Automation
- Tutorial: Creating a Pivot Table
- Tutorial: Iterating Through Rows in a Table
- Tutorial: Comparing Excel Files and Emailing Reconciliation Errors
- Tutorial: Extracting Data From Automated Emails and Moving It to a Desktop Application
- Tutorial: Filtering Data in Excel
- Tutorial: Formatting Cells
- Tutorial: Adding Information About the Files in a Folder to an Excel File
- Tutorial: Adding Your Own Formulas to the Project Notebook
- CSV Automation
- Tutorial: Copying From CSV to Excel and Emailing the File
- Mail Automation
- Tutorial: Iterating Through Outlook Mails and Saving Attachments
- Tutorial: Saving, Renaming, and Moving Attachments
- Word Automation
- Tutorial: Working With Word Automation
- PowerPoint Automation
- File Automation
- Tutorial: Working With Files and Folders
- Data Automation
- Common Activities
- Google Workspace Automation
- OneDrive & SharePoint Automation
- Troubleshooting
- About Troubleshooting
- Outlook Troubleshooting

StudioX User Guide
In this tutorial, we will create an automation that retrieves the name and size of all the files in a folder and adds this information to an Excel file.
We will create a project and start by adding a Use Excel File activity to indicate the Excel file to use. We will then add a For Each File In Folder activity to indicate the folder from which to retrieve file information. Inside For Each File in Folder, we will add two Write Cell activities, one to copy the name, the other to copy the size of each file to two cells in the Project Notebook. We will finish by adding an Append Range activity that appends the two cells to a range in an Excel file after the cells are populated for each file.
on the right side
of the Excel range to append field, and then select
Notebook > Indicate in Excel to open
the file in Excel. In the file, select the A1:B1
cells and click Confirm in the UiPath tab in the
Excel ribbon. You have indicated that you want to add the
information about the current file in the iteration to
columns A and B in the NamesSizes file after the existing
data in the file.