Generating multiple word files by reading data in excel

I am trying to generate multiple excel sheets by reading the data of Status of employee.
There are two status of employee I need to differentiate.
After that I need to place the local employee name and id in one folder having there own word file.
If there are three local employee then there will be three word file in the folderMain.xaml (10.9 KB)

Hi @Abad_Sid

do one thing

check the condition as row(“Employee Name”).ToString.equals(row(“Employee Name1”)

in then condition use write range
and pass the path as row(“Employee Name”).ToString+row(“ID”).ToStriing

Thanks
Ashwin S

Thanks for the reply I will try it now.

I am creating multiple word files by checking Employee status
Main.xaml (10.9 KB)
This is my workflow
Employee.xlsx (8.5 KB)
This is my excel sheet.