Introduction
In Power Automate, to return a uniform resource identifier (URI) encoded version for a string by replacing URL-unsafe characters with escape characters we can use either encodeUriComponent or uriComponent functions in expressions
Also, to return a normal URL from URL Safe Characters embedded encoded URI decodeUriComponent function is used