How to get the URL from the Button click event?

Hi @SOURAV_KUMAR_DAS,

There is other way to achieve your goal. Please see whether it helps.
We can do manipulation of the output link generated by selecting the data and click ENTIRE LIST:

EX:
http://clists.nic.in/ddir/PDFCauselists/madras/2019/Nov/01314112019.pdf

http://clists.nic.in/ddir/PDFCauselists/madras/2019/Nov/01313112019.pdf

Till this part is same : http://clists.nic.in/ddir/PDFCauselists/madras/2019

Remaining part: 01313112019.pdf - Not sure what is 013 but after that is the date which you selected.

Then based on month and date you can do string manipulation and generate the required PDF link

Regards,
Sasikumar K

1 Like