a!querySelection() Function
This function cannot be used with Custom Record Field Expressions. It can only be used with Offline Mobile if it is loaded at the top of the form.
For a full list of functions and their feature compatibility, explore the Appian Functions table.

Function

a!querySelection( columns )

Returns a Selection object for use inside a Query object.

See also: Column, Query, Selection

Parameters

Keyword Type Description

columns

List of Column

A list of Columns that indicate which fields to retrieve, created with a!queryColumn().

Returns

Selection

Open in Github Built: Tue, Mar 28, 2023 (09:28:18 PM)

On This Page

FEEDBACK