FunctionCopy link to clipboard
toknowledgecenter( value )
Converts a value to Knowledge Center.
ParametersCopy link to clipboard
Keyword | Type | Description |
---|---|---|
|
Any Type |
Value to convert. |
ReturnsCopy link to clipboard
Knowledge Center
Usage considerationsCopy link to clipboard
Using the value parameterCopy link to clipboard
The value parameter accepts Integer, Decimal, and Array data types.
Using toknowledgecenter() with arraysCopy link to clipboard
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.
ExamplesCopy link to clipboard
toknowledgecenter("2")
returns [Knowledge Center:2]
toknowledgecenter("2","3")
and toknowledgecenter({"2","3"})
both return {[Knowledge Center:2],[Knowledge Center:3]}
Feature compatibilityCopy link to clipboard
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 |
FeedbackCopy link to clipboard
Was this page helpful?