Multiple Merge with Excel

Hello guys, i need help with excel files that are in a folder
Path="C:\Users\GAMER\Documents\Meta"+Datetime.today.ToString(“yyyy-MM-dd”)

In for each Path = currentitem
When I use use excel file, in file name I write currentitem, I get an error
image

I share the workflow and the two excel files that I want to merge

Excel V2.zip (11.0 KB)
Archivo1.xlsx (11.3 KB)
Archivo2.xlsx (11.3 KB)

Hi @Julian_Torres_Torres
Add the extension .tostring i.e,currentitem.tostring and try once.

Hope it helps!!

Hello @Julian_Torres_Torres
I think you provided wrong input. if path is folder name then you should not provide that in use excel activity because it accept only .xlsx extension files.

Hope this will solve your issue.