Type Into Activity using Output from Excel Spreadsheet

Hi,

How do I use the Type into activity and to name my extracted files based on the cell value from excel spreadsheet?

I used a read range activity for my spread sheet and used the output from the spreadsheet and continue with a for each row activity.

When coming to “type into activity” I need to rename my extracted file based on the cell value from my spreadsheet.

I am unable to share my file as i am still new user.

Appreciate the help from the community.
image
Thanks,

hey @Edward_Tan.J.Z
You can use a for each row iterator to iterate the data in your excel file.
then in the type into activity you could pass row(“column name”).toString()