Type into path

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

@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”

it gives me error C:\Windows\System32\control.exe

uipath10

@fmillo

Why are you typing path in the above indicated window?

Type it under Filename field and check once.

@fmillo

See here Drive is missing.

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

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

THANK YOU SO MUCH @Mamidi_Sravani

welcome :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.