Adding this here cause I keep forgetting how do it.
Use cases:
- Joining collections together without using too many ClearCollect and Collect
- Adding data “Before” or “After” a Collection
Ungroup(
Table(
{Table: Table({Record: "ABC"})},
{Table: Table({Record: "CDE"})}
),
"Table"
)