The ListInsert action is a System Action that inserts a record in a specific position 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.

Integer Type. Mandatory.

Output parameters

None

Remarks

You cannot insert a Record into a Record List, inside a For Each loop for that Record List. The following runtime error is raised:

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

See Also

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