# Call process in workflow

**URL:** https://community.automationedge.com/t/call-process-in-workflow/3229
**Category:** Get Help & Discuss
**Tags:** rpa
**Created:** [April 30, 2021, 12:24pm UTC](https://community.automationedge.com/t/call-process-in-workflow/3229 "2021-04-30T12:24:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Vaishali](https://avatars.discourse-cdn.com/v4/letter/v/9e8a1a/32.png) [@Vaishali](https://community.automationedge.com/u/Vaishali)
#### Post date: [April 30, 2021, 12:24pm UTC](https://community.automationedge.com/t/call-process-in-workflow/3229/1 "2021-04-30T12:24:31Z")

</div>

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

---

<div class="post-metadata">

### Author: ![mahesh.sadekar](https://avatars.discourse-cdn.com/v4/letter/m/8dc957/32.png) [@mahesh.sadekar](https://community.automationedge.com/u/mahesh.sadekar)
#### Post date: [July 13, 2021, 7:00am UTC](https://community.automationedge.com/t/call-process-in-workflow/3229/2 "2021-07-13T07:00:47Z")

</div>

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](https://canada1.discourse-cdn.com/flex027/uploads/automationedge/original/1X/000e0460104cbd9299d5bf4ad9d39e495623629b.png)

Regards,  
Mahesh

---

<div class="post-metadata">

### Author: ![Vaishali](https://avatars.discourse-cdn.com/v4/letter/v/9e8a1a/32.png) [@Vaishali](https://community.automationedge.com/u/Vaishali)
#### Post date: [July 13, 2021, 9:30am UTC](https://community.automationedge.com/t/call-process-in-workflow/3229/3 "2021-07-13T09:30:13Z")

</div>

Thanks @mahesh.sadekar
