Empty

This Flow Script tutorial explains how to use the Empty function with syntax and examples.

Description

The Empty function returns an empty table based on a type value (see Type Definitions).

Syntax

‌The syntax for the Empty function is:

Empty(typeValue)

Parameters

typeValue - the table the empty table is to be based on.

Returns

‌The Empty function returns a table.

Example

Let's look at some Empty function examples and explore how to use the Empty function.‌

Empty($PurchaseOrders__RowType)
Result: an empty table matching the type of the PurchaseOrders table variable

Last updated