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
Result: The icon of the selection of the choice field.
Result: ❤️
See also
styled
, which converts a given string to a styled object.
Last updated