Skip to content

Define URL Parameters

pswebb edited this page Jun 16, 2018 · 2 revisions

If you want to use URL parameters on the page - for example to filter a database query or to show/hide specific page elements depending on URL parameter value you first need to define them in App Connect. Select App in the App Structure (1), make sure your App has an ID (2) and click the Define Query Params button:

In the query parameters dialog click the add new button:

And select add variable:

Add the name of your URL parameter:

Click Save:

The defined URL Parameter will now appear in the dynamic data pickers and you can use it for your dynamic expressions.

Clone this wiki locally