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 / Parameter 'Tab URL': S...
Power Automate
Suggested Answer

Parameter 'Tab URL': Syntax Error

(1) ShareShare
ReportReport
Posted on by 4
The URL I am trying to use for a launch and attach to microsoft Edge in new tab has lots of "%" in it as it is a web PDF. Every time I try to add a second % to the first it throws the whole URL off and wont find the page.  whenever I add a % to an existing instance it shows up with a "%". This will take the error message away but the flow will not complete because it simply doesnt open the page. 
 
The Tab URL error message is a new one that I havent been able to find on any other message boards or questions online. 
 
I have gotten this to work with other flows but have never had this much pain with it. 
 
Please help! 
I have the same question (0)
  • Suggested answer
    Nived_Nambiar Profile Picture
    18,138 Super User 2026 Season 1 on at
    Hi,
     
    could you share the screenshot of flow and error - then it will be quite clear to understand what exactly the issue is.
     
    Thanks & Regards,
    Nived N 
    LinkedIn: Nived N's LinkedIn
    YouTube: Nived N's YouTube Channel
    Blog: Nived Nambiar's Blogs
     Found my answer helpful? Please consider marking it as the solution!
     Your appreciation keeps me motivated. Thank you!

     
  • CU01081819-0 Profile Picture
    4 on at
     
    This is the error message I get when I put the regular link in the flow
     
     
     
     
    This was putting in the second % in front of the original instances. The error message disappears but it does not register the new tab and the flow just error messages and cant take control.
     
     
  • Nived_Nambiar Profile Picture
    18,138 Super User 2026 Season 1 on at
    Hi,
     
    Try to enclose your url between %''%, take this example
     
    %'https://www.as%20.com'%
     
    This will work !
     
    Also using %% instead of % can also work in your case, but not sure why it is working up as shown in your second screenshot :)
     
    Thanks & Regards,
    Nived N 
    LinkedIn: Nived N's LinkedIn
    YouTube: Nived N's YouTube Channel
    Blog: Nived Nambiar's Blogs
     Found my answer helpful? Please consider marking it as the solution!
     Your appreciation keeps me motivated. Thank you!
  • Suggested answer
    Chinmay_Dhabal Profile Picture
    10 on at

    If you prefer to decode the URL manually, you can replace the encoded characters in the URL string . Here's how you can achieve this:

    1. Set the URL Variable:

      • Action: Set Variable
      • Variable Name: vTabURL
      • Value: https://example.com/your%25encoded%25url%20Name%23is
    2. Replace Encoded Characters:

      • Action: Replace Text
      • Text: %vTabURL%
      • Find: %20
      • Replace with:
      • Store result in: vTabURL

      Repeat the Replace Text action for each encoded character you need to replace:

      • For %25 with %:
        • Action: Replace Text
        • Text: %vTabURL%
        • Find: %25
        • Replace with: %
        • Store result in: vTabURL
      • For %23 with #:
        • Action: Replace Text
        • Text: %vTabURL%
        • Find: %23
        • Replace with: #
        • Store result in: vTabURL
    3. Launch and Attach to Microsoft Edge:

      • Action: Launch and Attach to Microsoft Edge
      • URL: %vTabURL%

        You can use below url for checking what to replace with what:

        https://www.w3schools.com/tags/ref_urlencode.ASP

        Found my answer helpful? Please consider marking it as the solution!

         
  • Suggested answer
    Riyaz_riz11 Profile Picture
    4,150 Super User 2026 Season 1 on at
    1st Approach:
    SET varUrl TO $'''%%'''
    WebAutomation.LaunchInternetExplorer.LaunchAutomationBrowser Url: $'''www.gmail.com\\%varUrl%3D''' WindowState: WebAutomation.BrowserWindowState.Normal ClearCache: False ClearCookies: False WaitForPageToLoadTimeout: 60 CustomUserAgentString: $'''''' BrowserInstance=> Browser5
     
    You can try this steps, just copy paste it will works.
    Just replace variable into url instead of %


    2nd Approach:
    SET varUrl TO $'''%%'''
    Text.Replace Text: url TextToFind: $'''%%''' IsRegEx: False IgnoreCase: False ReplaceWith: $'''%%varUrl%%''' ActivateEscapeSequences: False Result=> Replaced
    WebAutomation.LaunchChrome.LaunchChrome Url: Replaced WindowState: WebAutomation.BrowserWindowState.Normal ClearCache: False ClearCookies: False WaitForPageToLoadTimeout: 60 Timeout: 60 PiPUserDataFolderMode: WebAutomation.PiPUserDataFolderModeEnum.AutomaticProfile BrowserInstance=> Browser6

    Here i had created the input variable to define the value


     
    If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up.
    Regards,
    Riyaz
     

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 707

#2
Haque Profile Picture

Haque 475

#3
Valantis Profile Picture

Valantis 456

Last 30 days Overall leaderboard