I am sending email notifications along with a a generated pdf.
here is the attached link in send email automation:

In sharepoint online folder it looks like this:

When I open the file in web browser from SharePoint online folder, the URL looks like this
...../IssueVoucher-2023-05-12T13_53_08.6111710Z.pdf
..../IssueVoucher-2023-05-09T14_34_08.6102965Z.pdf
So Now what I want is put UTCNOW() experession as the end of my file name and link that to email.
but when it arrives in email, it doesn't open the link because it doesn't have similar file name like this .../ IssueVoucher-2023-05-12T13_53_08.6111710Z.pdf "
here is the screen shoot of the email:

when I click the link, it doesn't open the file, because the date and time format is not equal as it is in the share-point folder.
your help is appreciated.