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 Apps / URL Parameters: Spaces...
Power Apps
Answered

URL Parameters: Spaces in Values

(0) ShareShare
ReportReport
Posted on by 8

Is it possible to pass values with spaces into URL parameters?

 

For example,

https://web.powerapps.com/apps/[APP GUID]?Name=Jane Doe

 

I've tried leaving it as shown above, enclosing the string with single quotation marks, and replacing the spaces with "%20", "_x0020_" and "+", but none of these work.

Categories:
I have the same question (0)
  • CU11011415-0 Profile Picture
    472 on at

    Replace the ? with &

    https://web.powerapps.com/apps/[APP GUID]?Name=Jane Doe

     

    with 

    https://web.powerapps.com/apps/[APP GUID]&Name=Jane Doe

     

    Sorry forgot to add: In case you don't know, to read your param use: Param("Name")

  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @swt 

    What problem are you having specifically about the parameter passed in?

    Powerapps will encode the spaces in the URL as +

    I don't believe there is any way around that.  So, for your case, if you encode with %20, it will convert to +

    The best you can do is Substitute(Param("Name"), "+", " ")

    As long as your not passing a +, this will get you your results.

     

    Hope that helps.

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 413

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
timl Profile Picture

timl 315 Super User 2026 Season 1

Last 30 days Overall leaderboard