Pass through URL Parameters

I think I might be missing something obvious, I'm accessing my build using:

http://localhost:8000/cardcheck?card=abc123

I want to pass the 'card' parameter through to my app so I can fill 'abc123' into a label,

I've tried various combinations of ${parameters.card} and trying to load it into a parameter via an event, but I'm not having much luck,

Any pointers would be appreciated

1 Like

This doesn't look as a page parameter which Radzen uses (the url would have been /cardcheck/abc123). If you are using regular query string parameters you need to access them via the JavaScript API.