I am using power automate to send an email link to a newly created file in sharepoint. The problem I am seeing is when my users click on the link the file is not found because something is changing the link address when it sees %_ in the file name it changes it to %25_. Example:
Filename=

Gets changed to

Any idea why and how can I avoid this?
Thanks,