/
nextValue

nextValue



Function: nextValue

Returns the next value from a named Sequence.

Syntax

nextValue(sequence)

ArgumentTypeDescription
sequenceStringThe name of the sequence. This must be a literal string matching the name of an existing sequence - an expression resulting in a string will not be accepted.

Examples

nextValue('order_id')

nextValue() returns the next value in the sequence


[nextValue('order_id'), nextValue('order_id'), nextValue('order_id')]

nextValue() returns [1,2,3]

See Also

Related content

Sequence
Sequence
Read with this
nextValue
nextValue
More like this
Expression Basics
Expression Basics
Read with this
nextValue
nextValue
More like this
Internal Variables
Internal Variables
Read with this
nextValue
More like this