I have a folder with multiple zipped folders, I’m trying to unzip each folder using a assign activity and a for each and then using the unzip activity. I cant get it to work. Can somebody show a workflow or a step by step process of how to accomplish this?
I have created sample code. Please attach it for reference.
If it was helpful, I would like you to click the Solution button.
If you have more questions, please reply.
Forum.zip (26.0 KB)
3 Likes
@NATHAN_MORA Did you solve the problem with the zip files? If so, how did you do it?
@JIHUN I’m using your sample code but i have the following error:
Do you know why?
Jihun,
If you are using a assign activity to get the folder path of your zipped files then it the equals section it should be
Directory.GetFiles(“filepath”,“*.zip”) then use a for each to unzip them.
@NATHAN_MORA Thanks now it’s working
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.