Hello Everyone,
I have created a workflow which works as below,
1st) It gets the correct file name from SQL Table.
2nd) It gets the FTP link of FTP folder.
3rd) It combines FTP Folder Link+File name collected from 1st and 2nd steps, and creates a complete link to get data from FTP location
4th) It downloads the data from FTP location file using combined link from 3rd Step using Download tool.
5th) It stores the data in one .txt file i.e. FTP File Input.txt
6th) The same file from 5th Step has been used as an input in next input tool.
7th) Further the data from FTP File Input.txt is used to compare with another data pulled from another SQL DB input.
Now, this workflow is working perfectly with Alteryx Desktop, But when I publish it over Alteryx Gallery and try to run from there then I am getting error message as "Error opening the file ".\FTP File Input.txt": The system cannot find the file specified".
I have already taken care of below while publishing workflow on Alteryx Gallery,
I tried this also : Options -> Advanced Options -> Workflow Dependencies -> All UNC - > Ok
Please see below, (This also did not work)

Can anyone guide me here if I am doing something wrong or missing to do something ?
I have attached the .yxmd copy of my workflow here for reference.
Thanks in Advance..!!