URL Parameters for my main retool app

I'm creating an internal dashboard where almost all queries are driven by the "userEmail" input which we're currently copy-pasting. I want to embed links in other services (such as Hubspot) so that the "current" email address automatically copies and the app shows up the exact contact we're looking at.

How do I create URL parameters for my app? In the preview when I'm searching with an input, the URL does not change so this is a little unintuitive to me :slight_smile:

Is there another way to accomplish this?

This is well documented in the docs here: URL query parameters
They are accessible through urlparams.hash.[param name]

2 Likes

Thanks a ton! My bad :slight_smile: