I have (what seems like a simple) question. But it is eluding me...
I have a SP list with a column that holds a reference URL Field is called folderPath in a list called Inventory.
I want to put a HTML text object on my canvas that will basically be "Click Here to Open Folder"
So, I have put this in the HtmlText property of the object:
"<a href="Inventory.folderPath">Click to Open Building Pictures Folder</a>"
But that is not redirecting properly. I assume it is a simple formatting issue that I just can't figure out.
Cheers