Hi Uma, you can get the value of profile attribute in the html like this : console.log("Hello User, selected currency is : " + "${profile.preferredCurrency}");wherein preferredCurrency is the profile parameter. get the value of profile script in the html like this :console.log("Hello User, selecte...