I have a web screen with an input parameter, but when the web screen appears the URL doesn't show the input parameter. Can anyone tell me why? I'm assuming it is a setting somewhere. Does anyone know where that setting is?
Hi Kevin, this is because of the method of your button/link (navigate vs submit).
If you want to see the parameters, use the navigate method.
I suggest you take a look at this article to understand it at full scale:
https://www.osquay.com/knowledge-center/how-to-deal-with-url-parameters-in-outsystems-to-hide-or-to-validate
Regards,
PZ
Thank you.