Results formatting

Displayed results can be formatted within the inputs in the logic tab.

"Type in text for results"

Adding paragraphs

paragraph("Type content")

Create multiple paragraphs using +.

paragraph("Type content") + paragraph("Type content")

Here's an example, the formula below

will produce this in your results section

link("Type link display name", "https://example.com")

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