The Issue
An excel sheet that had url links and links to youtube videos did not display when clicked on.
The Solution
In the "item wrap code" use this for very item that has a link in it:
<a href="/{value}" target="_blank">{value}</a>
The Issue
An excel sheet that had url links and links to youtube videos did not display when clicked on.
The Solution
In the "item wrap code" use this for very item that has a link in it:
<a href="/{value}" target="_blank">{value}</a>