Hi,
I have a page that has a path param "flow-id" AND an (optional) query "step-id"
By default the page gets opened without the step-id and my logic (if step-id is null) picks the first item in a list to be displayed.
To display this "default" case in the formula editor and so on, I tried to leave the query in the API-Editor empty to set it null, but this doesnt evaluate to equal null.
How do I set the test query param to Null so I can see my default case in the editor without deleting the query (which would obviously break the non-default case)?