web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Desktop variable escap...
Power Automate
Answered

Desktop variable escaping the URL Encoded Percent Characters .i.e. %2F aka / (Forward Slash)

(0) ShareShare
ReportReport
Posted on by 38

I was working with variables and found that it did not like URL Encoded Percent Characters .i.e. %2F aka / (Forward Slash) when I copied and pasted it, I am assuming this is b/c it is the wrapper for the variable in the Flow Designer, it was easy for me to fix (This time) replaced the characters with ascii values, BUT, was wondering if there is a way to escape the percent sign (and other special characters as needed) as in other languages like C# or JavaScript?

Use case that comes to mind is dynamic content, how do you scan and 'replace' the special characters and escape them???

As always, any and all help would be greatly appreciated, links, references, blogs, etc. are certainly welcome (Especially on this topic) and know I appreciate those who contribute and help guide me.


Stay safe.
Best Regards.
SG.

Categories:
I have the same question (0)
  • Verified answer
    fraenK Profile Picture
    2,125 on at

    Usage and escaping is described here:

    https://docs.microsoft.com/en-us/power-automate/desktop-flows/variable-manipulation

     

    Occasionally, the percentage sign should be used as a simple character, instead of denoting a calculation. In those cases, it should be escaped using another percentage character (%%).

     

    Replace text: https://docs.microsoft.com/en-us/power-automate/desktop-flows/actions-reference/text#replace

  • nickmanny Profile Picture
    18 on at

    An escape character enables you to output characters you wouldn't normally be able to, usually because the browser will interpret it differently to what you intended. The following code shows that the simple and easy method to escape HTML special chars in JavaScript.

     

    var escape = document.createElement('textarea');
    function escapeHTML(html) {
    escape.textContent = html;
    return escape.innerHTML;
    }

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 592

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard