Find someone who can advise me regarding click ativity

my mother wanted it, I am creating a program to automate the downloading of Catholic hymns.

As you can see in the picture, when a click activity is used, it is captured in a green box like that. However, as we all know, the download menu is activated by pressing the three dots button next to the time bar. but the activity does not recognize only that part. So, I want to solve this problem and am looking for someone who can share good wisdom.

@khb900118,

No need to do this end user way. As I can see directly the file path, you can get that file downloaded directly by extracting the url using Get Attribute activity and then pass the URL to Activities - Download file from URL

This will solve your problem.

Thanks,
Ashok :slight_smile:

Thank you for your reply.
As you suggested, I used the URL activity and entered the address directly, but it is still not downloading. The problem obviously occurred because I did not write the address to download the file to my computer, so I gave a variable in the output part, and the variable type is LocalResource. I don’t know what to do here. I tried entering the coordinates in the default values, but errors CS0029 and CS1662 occurred. Could you possibly know the cause?

@khb900118,

You should be configuring/providing the file path with file name where on local drive you want to download it.

You don’t need Output property.

Thanks,
Ashok :slight_smile:

I am grateful that the problem was resolved thanks to you.

1 Like

@khb900118

Glad I’m able to help. Please mark my answer as solution as it will help other community member with similar issue to find answer quickly.

Thanks,
Ashok :slight_smile: