Skip to content

Pass Variable via URL #10750

Closed Answered by melohagan
Sagestum asked this question in Help
May 31, 2023 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Hey @Sagestum

The Budibase URL variables are path variables and not query variables.

As such they need to be in the format as outlined in the docs:

Screen route within the Budibase builder: (Note the colon)
https://myapp.com/app/screen/:param1

Reference the URL variable with the binding: {{ URL.param1 }}

Then use this URL in the app:
https://myapp.com/app/screen/<--the actual value for param1 here-->

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Sagestum
Comment options

You must be logged in to vote
2 replies
@ahmedelnaqa
Comment options

@melohagan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
3 participants