Free cookie consent management tool by TermsFeed toknowledgecenter() Function
toknowledgecenter() Function

Function

toknowledgecenter( value )

Converts a value to Knowledge Center.

Parameters

Keyword Type Description

value

Any Type

Value to convert.

Returns

Knowledge Center

Usage considerations

Using the value parameter

The value parameter accepts Integer, Decimal, and Array data types.

Using toknowledgecenter() with arrays

When operating on arrays, it is not necessary to use apply with toknowledgecenter. If multiple parameters are passed, or one parameter is an Array, toknowledgecenter will return a Knowledge Center Array.

Examples

toknowledgecenter("2") returns [Knowledge Center:2]

toknowledgecenter("2","3") and toknowledgecenter({"2","3"}) both return {[Knowledge Center:2],[Knowledge Center:3]}

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Compatible
Offline Mobile Compatible
Sync-Time Custom Record Fields Incompatible
Real-Time Custom Record Fields Incompatible

Custom record fields that evaluate in real time must be configured using one or more Custom Field functions.

Process Reports Compatible
Process Events Compatible
Open in Github Built: Fri, Apr 19, 2024 (06:09:00 PM)

toknowledgecenter() Function

FEEDBACK