Results formatting
Displayed results can be formatted within the inputs in the logic tab.
Adding paragraphs
Create multiple paragraphs using +.
paragraph("Type content") + paragraph("Type content")
Here's an example, the formula below
will produce this in your results section
Adding hyperlinks
Combine links with text using +.
"Your string of text " + link("Link text", "https://checkfirst.gov.sg")
Here's an example, the formula below
will produce this in your result section.
Last updated