I recently started testing some processes in Power Automate Desktop and ran into an issue. I and looping through an excel file's data and launching Edge to add an attachment on a web page (API not available). The URL parameters will be based off of the excel file's contents & I used a python script to add leading zeros to one of the numbers because I didn't know of another way other than VBScript/JavaScript/Python/PowerShell. When the full string is compiled it looks good, but when used to launch the URL it adds "Parameter=%EF%BB%BF000000342563" which causes an error in loading the correct page.
I can't figure out how to get rid of the "%EF%BB%BF" UTF-8 Byte order mark. I don't know if it's a bug when using python 2 with Power Automate but I'm lost.