I'm happy to see that is finally working on your end.
Now, it seems that I help you with the correct string and usage oif the Percentage sign %, so kindly consider marking my response as the preferred solution and if you found my assistance helpful, a 'Thumbs Up' would be greatly appreciated.
If there is anything else that I can help you with, please feel free to reach out.
I was not able to open those URLs (at tleast they didn’t work on my compuiter, however,
I was looking at the variables that you are defining and maybe, this is the reason why they are not working OR Chrome is changing the output.
To include a percentage sign (%) within a variable or string, use double percentage signs around it and an apostrophe, like %''%. This ensures proper handling and avoids potential errors in your code or scripting environment.
As a result, the variable %StartingYearMonthPart2% should be as follow:
01%’%’%2000%’%’%3A00%’%’%3A00%’%’%27%’%’%7D
The same will happen with the URL if it contains Percentage sign %, you will have to use the same approach to avoid issues when using Chrome.
If I have addressed your inquiry successfully, kindly consider marking my response as the preferred solution. If you found my assistance helpful, a 'Thumbs Up' would be greatly appreciated.
Additionally, I offer specialized consultancy and development services leveraging Power Automate Desktop. If you're interested in exploring these services further, feel free to DM me, and we can initiate a discussion. Thank you for your engagement!
Hi
@CristinaValdes
&
@Nived_Nambiar
I'm not sure what you (Cristina) mean by putting the url in a variable and then put the variable in Chrome. I think I am already doing that
In response to your previous suggestion about escaping, i hardcoded the parts of the URL that are constant, escaping the % signs which resulted in this url which works if i paste it into the browser.
It seems to be having a problem with the %7Bts at the beginning of the last part and the 7D at the end
Hi
@Nived_Nambiar
I am only constructing one URL. When the browser is launched with this URL I get an error page. However if I copy the value of the URL variable and paste it into the browser, it works. Apparently PAD is not able to interpret the URL string correctly, maybe because of the % signs. I made a short video which demonstrates the problem