21
Views
2
Comments
How to use Encode HTML/URL?
Service Studio Version
11.54.86 (Build 63845)

Saw the documentation and decided to try the function as well as taking reference from the examples, but the output seems to be different? 



I followed the example 
and the received output is: 


How can I make it such that it returns a clickable "text", where upon clicking it, will direct users to a specific website? 

2024-07-12 05-57-50
Gourav Shrivastava
Champion

Hello @Chin Kai 

As you say that you already read  the documentation so I created one small example for you 

https://personal-eewexkfl.outsystemscloud.com/TestOne/Home


TestOne.oml
2025-01-31 03-15-38
Irfan Ahamed Abdul Shukoor

Hello @Chin Kai ,

Hope you are doing well.
Please check the below expression. It returned True .


EncodeHtml ("Hello" + NewLine() + "World!") = "Hello World!" 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.