I want to split the multiple zip file name how can i do that
AGTPR3871K_CVLKRA_20230707_171420 this is the zip file
i want the output like this-AGTPR3871K
iam using unzip activity inside for each and iam using assign inside loop and writing the code currentitem=split(β_β)(0) but it is not working
Iam splitting the file name because as per user he want all the file name to be pasted in excel
so these file name are in zip format. and my file is also getting pasted
But it is pasting in this format AGTPR3871K_CVLKRA_20230707_171420 in excel
From the Screenshots provide we can only see the update happening with the Excel sheet using Write Cell activity. The value used in it is CurrentItem.FolderName.
We assume this is the area that needs to be modified although it is not very clear. Hence, Before the Write Cell activity, Could you try using Write Line activity to write the CurrentItem.FolderName to the Output Panel and check the value that is being written.
This is to understand if the area to be modified is the same.