Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

How to make the column as clickable link in the SP page widget

DJ SNOW
Tera Contributor

I have a URL column that is readable on the service portal widget, I need to make the URL column clickable. what steps must I follow to make it clickable and open in a new tab?

3 REPLIES 3

Not applicable

Hi @DJ SNOW,
we can do this by using anchor tag everything in anchor tag will be a url 
example 

 

<div>
<a href="{{URL_COLUMN_VALUE}}" target="_blank">{{URL_COLUMN_VALUE}}</a>
</div>

 


Replace URL_COLUMN_VALUE with your column name.
Please hit helpful and accept this as a solution if it solved your problem.
Thank you!


The URL(column value) changes for  each record on the widget

Not applicable

Hi @DJ SNOW,

Checkout this screen shot here how I converted the number of record into clickable link 

MIsmail_0-1710393877422.png