How to pass excel path as an argument

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-
image

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

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.

Hi @wasea,

My Filename is a variable and it looks like this,

image

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.