Get Current Window URL Query Params #11425
Unanswered
luisdgeneMT
asked this question in
Help
Replies: 2 comments 2 replies
-
Hey @luisdgeneMT, You can also use query parameters and output the query. Heres a quick demo below showing how this can work; Home page with button navigate to action; Hopefully this helps. |
Beta Was this translation helpful? Give feedback.
2 replies
-
@luisdgeneMT I'd love to know if you managed to make this work as I want to try to achieve something similar |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am attempting to get an auth token from a callback URI pointing to my app.
The current callback URI looks like this once my user authorizes in the external app:
https://myapp.budibase.app/app/appname?code=CODE#/appPage
In other instances I would have used something like
return window.location.href
and parsed CODE, since I am aware budibase uses path parameters and not query parameters when parsing the URL.query using /:query notation.
I cannot use the OpenID auth option for this specific scenario.
If it helps, I am trying to connect this way:
https://developer.xero.com/documentation/guides/oauth2/auth-flow
Beta Was this translation helpful? Give feedback.
All reactions