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 / How to use special cha...
Power Automate
Unanswered

How to use special characters in url while using Send an http request action

(0) ShareShare
ReportReport
Posted on by 27
Hi All,
 
I am using Send and http request to create a new item in list. I am using below code and it is working fine. In below code in hperlink column url section there is no any special character like any parameter with ? and &.
 
Working Code:
 
{
"KpiDescription": "wow testing",    
"Title_hyperlink":    
{    
  "Description": "Evaluatie",    
  "Url": "https://apps.powerapps.com/play/e/3c65431a-df0e-ef03-b1f4-5633b914bf5b/a/4e400f97-4331-42ff-ae7e-c171b3fc06ab?tenantId=6953aea1-40b0-4937-ade7-746a6e059870&hint=a649103c-db8f-4c74-8c39-f00373328f1b&sourcetime=1739088980439&source=portal"    
}
}
 
In below code I am using some parameter to get in power apps. With this parameters at last ?FormName=Release_Swa_Tasks&ID=24756&TaskID=7. It is getting stuck and after long time it is giving Bad Request errors.
 
Not Working Code:
 
{
"KpiDescription": "wow testing",    
"Title_hyperlink":    
{    
  "Description": "Evaluatie",    
  "Url": "https://apps.powerapps.com/play/e/3c65431a-df0e-ef03-b1f4-5633b914bf5b/a/4e400f97-4331-42ff-ae7e-c171b3fc06ab?tenantId=6953aea1-40b0-4937-ade7-746a6e059870&hint=a649103c-db8f-4c74-8c39-f00373328f1b&sourcetime=1739088980439&source=portal?FormName=Release_Swa_Tasks&ID=24756&TaskID=7"    
}
}
 
Is there any way how to send http request with ? and & in urls like "?FormName=Release_Swa_Tasks&ID=24756&TaskID=7".
Categories:
I have the same question (0)
  • satya_vijay_2025 Profile Picture
    76 on at
     
    In URLs in general, the ? character is used to begin the query string, and parameters are typically separated by &

    Ideally you are not allowed to have two '?'


    The corrected url should be  something like below : 
    Sathyamoorthy Vijayakumar
     
  • Chriddle Profile Picture
    8,686 Super User 2026 Season 1 on at
    uriComponent
    Return a uniform resource identifier (URI) encoded version for a string by replacing URL-unsafe characters with escape characters.

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 784

#2
Valantis Profile Picture

Valantis 581

#3
Haque Profile Picture

Haque 545

Last 30 days Overall leaderboard