ReportFilePath

Solved it pls delete the post

@ABHISHEK_SINGH

Make sure ‘in_ReportsDownloadPath’ has the proper scope. You may need to set ‘in_ReportsDownloadPath’ to a variable and not an argument. Please let me know if this helps.

Thanks,
Brad

1 Like

thank you Brad

Copied original problem in case anyone else has a similar issue.

I need help, please.

For the Assign activity, I have:

path.Combine(Environment.CurrentDirectory, in_ReportsDownloadPath,“Report-”+TaxID.ToString()+“-2018-”+item.ToString()+“.csv”)

but it is giving path is not declared.

Compiler error(s) encountered processing expression “path.Combine(Environment.CurrentDirectory, in_ReportsDownloadPath,“Report-”+TaxID.ToString()+”-2018-“+item.ToString()+”.csv")".
’in_ReportsDownloadPath’ is not declared. It may be inaccessible due to its protection level.

Can anyone pls help…

image