Customize

Retrieve Record with Highest Field Value

Summary

Retrieve the record with the highest value in the specified field from the app.

How to use

The obtained records can be passed as parameters to the type of “Do” that receives records as parameters.

If you want to reference a field in the retrieved records using an expression, you write the expression as follows.

= $1.Text_1

Parameters

Set App and Field.

App

Select an app to retrieve the records.

Field

Specify the field to check the value. The record with the maximum value of this field will be obtained.

This parameter accepts the following field types:

  • Text
  • Number
  • Calculated field
  • Radio button
  • Drop-down
  • Link
  • Date
  • Time
  • Date and time
  • Lookup (Text)
  • Lookup (Number)
  • Record number
  • Created by
  • Created datetime
  • Updated by
  • Updated datetime

Restrictions

  • If there are multiple records with the same maximum value, it is uncertain which record will be retrieved.