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.

Available Ninox icons >

Syntax

icon(choice)

icon(string)

Return

icon

Examples

icon('My choice field')

Result: The icon of the selection of the choice field.

icon("heart")

Result: ❤️

See also

styled, which converts a given string to a styled object.

Last updated