caduque
(Cedric)
1
Hi!
Can someone help me pass an excel path as an argument? I will be needing that path for another invoked workflow. Please see screenshot below.
Putting the path into an assigned activity-

I passed the out_Output in my Main workflow as Main_Output
Imported my Main_Output inside an Invoked Workflow
Here’s the error I’m getting
wasea
(Vasile)
2
Hello @caduque ,
You need to create your variable with the full path of Excel file, including the file name with extension.
FileDirectory+""+“Filename.xlsx”
Vasile.
caduque
(Cedric)
3
Hi @wasea,
My Filename is a variable and it looks like this,

wasea
(Vasile)
4
Put some log messages/write line activities, to see how the variable appear.
for all of them:
in_Output
out_output
Main_output
Maybe you have the wrong direction for out_Output.
Try these, for sure you will figure out. Also, you can test if the file exist already with the Path exist activity.
Vasile.