Call process in workflow

Hello,
In process I did Unzip folder which contain 2 excel files. now I want to access those files in workflow and preview the data of both excel file? how can we do this?

Thanks ,
Vaishali

Hi Vaishali,

Please follow below steps to achieve this,

-Unzip file in dedicated folder.
-Write workflow to preview files or you can do any other operation on file.
-Drag workflow plugin next to unzip plugin and call above workflow in workflow plugin.

Below is the sample for ref.
image

Regards,
Mahesh

Thanks @mahesh.sadekar