Hi Team,
I am currently working on a process where I need to match the Name and Pincode from an Excel file with corresponding folder names. The folder names are in the format `Name_Pincode`. To achieve this, I used the "Get Files in Folder" action to retrieve the folder names and a "For Each" loop to iterate through the Excel file. However, I encountered an issue where the folder names are being replaced by GUIDs instead of showing the actual folder names.
For example, my original folder name is:
C:\Users\XYXXX\AAAAAA\XYZ Documents\XYZ_10002
But after looping, the folder name appears as:
C:\Users\XYXXX\AAAAAA\XYZ Documents\.849C9593-D756-4E56-8D6E-42412F2A707B
Could you please help me resolve this issue so that I can match the folder names correctly without changing the actual folder name on the filesystem?
Thanks
Shreyansh