Named Query parameters not working as expected

You have it as a value parameter. It would need to be a query string parameter. That will come with all the associated drawbacks, e.g. SQL injection etc.

Named Query Parameters - Ignition User Manual 8.1 - Ignition Documentation (inductiveautomation.com)

3 Likes