Skip to content

Can I pass query arguments to an app? #1853

Answered by mturoci
DeeJaayArgh asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry for late response @DeeJaayArgh, I must have overlooked your question.

If both of these apps are running, and I click "fox" on demo1, the demo2 app is displayed, but the 2nd line is Clicked: Nothing, while I would expect it to show that I clicked fox.

I see where the confusion comes from. The catch is that ? is not a query argument, but rather a special kind of Wave syntax to allow values submission from markdown directly.

This means your demo1 correctly redirects to demo2, but since Wave doesn't handle query arguments, they are ignored.

However, adding support for initial load query arguments shouldn't be that hard so feel free to file a feature request.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mturoci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants