Not able to select "Open" from Chrome Downloaded attachment frame

Hi Team,

Please suggest how to select “Open” from Chrome downloaded attachment frame.

1 Like

hello @Teenu

  1. first use click activity on dropdown So this will click and the menu will appear for next step to process.
  2. then use another click activity to open this file

Thanks

1 Like

On IE it work fine, but in Chrome its not identifying the selectors and its outside of browser

2 Likes

Hi @Teenu

Can you try opening it right from the folder location?

Chrome saves it downloads folder, you can open your file from there as well as an alternate.

Or instead of opening that popup you can simply click on file that has been downloaded it will open the file.

Thanks,
Prankur

1 Like

My purpose is to convert xlsx to csv and so here -after a file is downloaded it will appear on the downloaded frame of chrome browser.

I tried simply clicking on that file and selector is not identifying.

1 Like

This can be done from the Downloads folder. After the file gets downloaded open it and save it as CSV

Also if it’s okay can you attach a workflow

Thanks,
Prankur

2 Likes

Hi Prankur ,

Saving is not an issue and am able to save the file by typing the required location to file path and Save it

But am not getting the option to open the file for editing.

1 Like

Try Open Application activity and provide the path of your file.

Prankur

2 Likes

@Teenu

You can also try Start Process Activity and pass the file path to open it.

1 Like

Thanks Lakshman, It worked fine.
I hope I can pass the filename which is dynamic as well. Yet to check

3 Likes

Thanks Prankur, I will try this.

1 Like

Lakshman,

Is it mandatory that whole path needs to be enclosed in “”

my file name keeps changing. SO how can I give it here?

1 Like

I tried giving as below,but shows error as couldn’t find the file name

“FilePath”+fileName+“.xlsx”

1 Like

@Teenu

I guess in the file name .xlsx extension already there. Before passing it to Start Process activity try to print the value of this “FilePath”+fileName+“.xlsx” and may be something wrong here only. After printing this you will get to know whats wrong here.

If you not able to find any issue then let me know and am ready to help you.

1 Like

Yes, I have already checked it…In file name it doesnt have the extension

1 Like

Also in the “Start Process” activity, they have mentioned as a Note that the entire string to be enclosed in “”

If I hardcode the full string along with filename.xlsx,then it works fine

1 Like

@Teenu

Yes it should be enclosed in double quotes"". but if you pass any variable into it then we won’t use quotes for that variable.

Please find the attached workflow.

Flowchart.xaml (5.9 KB)

Here, strFile is variable of type string and it contains file name.

1 Like

Sorry to trouble you,
I am unable to open any xaml files from external sources in Studio from past few days. Error shows “Found problem in data while decoding”

Yes, right-for variable we dont use “”
If dont mind can you paste the screenshot here

1 Like

@Teenu

Haa sure.

image

1 Like

It was my mistake. I missed a \ at the end of the folder path:)
Thank you so much!!

2 Likes