Write code data in excel

Hi everyone,
I want candidate name and birthdate in excel.
i make a workflow, but its not work for me.
Please help where i am wrong
Here is,
1- Read range- where i have to write the data
2-Make a variable BirthDateData in Dictionary scope and fix a default name and birth date to it.
3-Assign- ctrl+k-BirthDateData("Name)= “Date”
4-Assign- ctrl+k-BirthDateData("Name)= “Date”
5- for each- currentitem in birthdatedata
6-in body- Add data row
7- write range

Please help

Hey @Arvind_Malik ,
Can you please Elaborate? How is your input data ? is you want to create or you want to write the existing data in excel?
Can you please share the input file if possible?

Regards,

Hi Jithesh,

I want to create data.

Thanks

@Arvind_Malik ,
You can use Build data table Activity.

image

you can add data here

image

Regards,