Path or extension of excel

how to write path for 10 files in write range activity??

@guptasweb

You mean want to write Excel file paths into one excel file ?

path
what to write in circle area

@guptasweb

Write below expression.

     OutputFolder+FileName+".xlsx"

Here OutputFolder holds destination folder path and FileName holds file name and also both variables should be of type string.

i go this error

@guptasweb

Is OutputFolder and FileName variables of type String ? Can you please share me screenshot of it.

@guptasweb

It looks good only. Hope you are not using Workbook Write Range activity inside Excel Application Scope activity.

correct i m not using excel application scope

Flowchart.xaml (30.0 KB)

There might be 2 variables with the same name. Please check that.

Thanks!
Athira

no…all have different name

Hello,

Output folder variable is duplicate.

Thanks!

thanks
Athira