I have a list that has a combination of numbers. In one of the columns for that list I am writing JSON code that pops up outlook with a set template.
In the body of that template, I have the following:
"Column: ", "http://test.com/", "[$column]", and so on.
The end result is: http://test.com/column
This is the result I want but I want the text to be different. For example, the column value would be displayed and then the link above would be hyperlinked.
Is there anyway to accomplish this using JSON?