Hi All, relatively new to power automate so apologies if this is an obvious question. Essentially I am building a flow which launches various different browser instances, and goes to various different sites. Many of these URL's have a % sign in them which I am replacing with %% and its works fine. (for example - "/Forms/ByAuthor.aspx?viewid=a6fe9354%%2D9ab4%%2D44a2%%2D8d06%%2Db38251db8f5f"
There are some URL's which contain %20 however, and then URL's are not working when I replace the %20 with %%20. These URL's appear to be dropping the %20 completely, and are instead opening multiple browsers as the %20 is replaced by spaces.
So basically, the URL ends "You%20Asked,%20We%20Answerd.aspx".
I'm altering it in my flow to "You%%20Asked,%%20We%%20Answerd.aspx".
The flow is actually opening as "You Asked, We Answerd.aspx", and is therefore opening 4 different browser tabs for the search.
Not sure exactly where I am going wrong here, so any help would be greatly appreciated.
Thanks,
Jack