Multiple hyperlink URLs in infotable
Hi everyone,
I am creating a mashup that allows users key in their personal records and to upload multiple files via file repository. These data will be recorded into an infotable where another mashup will be generated to display all the records. I have created a column to allow download the files that have been uploaded previously and render it in hyperlink format.
In order to get the download link
Full path (one document uploaded) :
"http://localhost/thingworx/FileRepositories/CustomFileRepository/A.jpg"
Full path (multiple documents uploaded) : "http://localhost/thingworx/FileRepositories/CustomFileRepository/A.jpg | B.jpg | C.jpg"
The multiple files uploaded are seperated by " | ". Download link in infotable works for a single document, however problem will arise when multiple files are uploaded

