Combine two data sets by stacking one on top of the other
Function:
Append(table = string, append_table = string, new_table_name = string)
Parameters:
Table: Table name on which to perform function
Union Table: Name of table to Union
Examples:
Append(table = Budget_2024, append_table = Budget_2023, new_table_name = "Combined_Budget")