Hi Mansour,
I can't tell all the details of your scenario, but it looks like you are using a table and the URL is in the data of each row. I created an example using those assumptions. I have a Business Object defined as:

I have a CSHS with a variable set to the type above, and as a list, with the "link" property set to values such as "https://www.google.com/". When configuring the table that renders this list of complex objects, I set the third column to be rendered as "custom":

In doing this, the "On custom cell" event will get called. In here, you can wrap the URL in a hyperlink:

This results in a link being rendered, and clicking on the link will open the URL in a new tab in the browser:

Hope this helps,
Grant.
------------------------------
Grant Taylor
------------------------------
Original Message:
Sent: Wed September 17, 2025 03:49 AM
From: Mansour SOW
Subject: How make the content of a field clickable
Hello community,
I need to make the content of a field clickable.
This field contains a URL, and I want the URL to open in the browser when the user clicks on it or focuses on it.
I used field focus wiring (see attached image), but I can't get the value, only the ID.
Do you have any suggestions?
------------------------------
Mansour SOW
------------------------------