The ListAppend action is a System Action that adds a record to the end of a record list. The input record list is effectively modified but the current record of this list is not changed.

Input parameters

Text Type. Optional.

The possible values are: None, Highlight or Fade.

Record List Type. Mandatory.

Record Type. Mandatory.

Output parameters

None

Remarks

You cannot execute this action when you are managing the Record List inside a For Each loop. The following runtime error is displayed:

"Append is not a valid operation inside a StartIteration/EndIteration block."

See Also

ListAppendAll Action | ListClear Action | ListDuplicate Function | ListInsert Action | ListRemove Action | About Record List Type | About Record Lists | Refresh Record List Widgets Using Ajax | Overview of System Actions and Functions