Links

icon

To return an icon
With this function, you can assign an icon value to an icon or formula field. You also can get the icon value of a selected option in a choice field.
Currently, there are 254 icons available at Ninox. Each icon has an internal name to refer to.

Syntax

icon(choice)
icon(string)

Return

icon

Examples

1
icon('My choice field')
Result: The icon of the selection of the choice field.
1
icon("heart")
Result:

See also

styled, which converts a given string to a styled object.
Last modified 7mo ago