Skip to main content
Workday User Guide
Last Updated: 2023-06-23
VSTACK

VSTACK

Description

Appends the specified arrays into a single array as a sequential set of rows.

Syntax

VSTACK(
array1
,[
array2
],...)
  • range1
    : The array to append (stack).
  • range2
    : The array to append (stack).