Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Config Field

Description

Source Type

In this option, you can select various sources from which you want to query records. It allows to choose from Object, Model and Variable.

Info

Note: By default, the Source Type is Object.

Info

Note: Fields below this will be populated based on the Source Type one chooses. If Variable and Model are chosen, only one field of choosing specific model and variable will be populated.

Object

In this option, you can select object from which you want to query records.

How many records to store?

In this option, you can select amount of records to query. Either you can choose Single or Multi-record.

Fields

In this option, you can see fields from object you selected which you can query for.

Info

Note: This will be blank, if no object is chosen.

Selected Fields

In this option, you can see selected fields by you which are querying for.

Filters

It enables to filter out the data for object using AND OR logical operators.

Order ByIt enables to perform order by and sort records on basis of fields,

  • You can specify the order in which fields are used to query and display records in the List View.

  • Records can be sorted in either ascending or descending order.

Info

Reference: Order By

Limit

It is used to specify the number of records to be queried in single query.

Offset

To efficiently manage large result sets in a SOQL query, use the OFFSET clause to paginate through records. For example, you can display records 51–75, then jump to records 301–350. This approach allows you to retrieve and display specific subsets of data without processing the entire result set at once.

Order By:

...

Order By Attributes

Description

Field Name

Here user can select the object field.

Sort As

Here, you can sort the fields in either Ascending Order or Descending Order.

Action Details:

...

Include Page
Action Details
Action Details

...