Ahhh! I didn't even see that as an option! However, I can't seem to get the variables returned.
fact_report & fact_url are variables upstream. Is something missing in the return syntax?
return {
type : "text",
text : '<p>${fact_report}<br><a href="${fact_url}">Click to learn more</a></p>'
}