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