fmillo
(Femia)
September 13, 2019, 1:23am
1
I am trying to indicate pathway to save file in my file explorer using type into. there is a variable assigned to a folder so pathway looks like
“S:\Quality Control Management\Supplier Reporting\SQAM NC QIRs\2018\QIR PDFs"+fileName.ToString+”"
It gives me “C:\exec\xxxx” error
please help
lakshman
(Ganta lakshman)
September 13, 2019, 1:27am
2
@fmillo
Could you please show me screenshot of that error and how you are passing into Type Into activity so that we can help you better in this.
Hi,
Try this
“S:\Quality Control Management\Supplier Reporting\SQAM NC QIRs\2018\QIR PDFs\” + fileName +“.fileextension”
Basically
“Path\” + fileName + “.file extension”
fmillo
(Femia)
September 13, 2019, 1:50am
4
it gives me error C:\Windows\System32\control.exe
lakshman
(Ganta lakshman)
September 13, 2019, 1:54am
6
@fmillo
Why are you typing path in the above indicated window?
Type it under Filename field and check once.
lakshman
(Ganta lakshman)
September 13, 2019, 1:54am
7
@fmillo
See here Drive is missing.
fmillo
(Femia)
September 13, 2019, 2:02am
8
I’m not sure i understand. i am typing path name into the file explorer using typeinto. I have defined fileName as a separate variable that is changing about 100 times
Use type into activity here
Where it asks for the attachment to save, not above search path
fmillo
(Femia)
September 13, 2019, 2:21am
10
where is that screenshot from?
This is what prompts up when i save file
Yeah…indicate type into in the file name text box and give the command which I provided. It should work
1 Like
fmillo
(Femia)
September 13, 2019, 2:29am
12
THANK YOU SO MUCH @Mamidi_Sravani
system
(system)
Closed
September 16, 2019, 2:41am
14
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.