Hi All
I am facing a issue in one of the profile scripts which is reading a query parameter from the page url and returning the same . The profile script(user.sellang_audience) looks like this
if(page.param("selLang")){ return page.param("selLang");}
This issue is happening on a booking flow where...