I need to extract a zip file and read all the data inside on the .config file.
Here’s the sample zip file with config files:
Test1_before.zip
I need to extract a zip file and read all the data inside on the .config file.
Here’s the sample zip file with config files:
Test1_before.zip
Check out the video link for extract the ZIP file
Check out this thread
After extracting You can try with For each file in folder activity
And pass the file path in the in the folder and Filter by "*.xlsx"
Regards
Gokul