Skip to content

Query Single Record from Data Table

Parameter Configuration

ParameterDescription
Data TableThe data table to query from
Return Field ListThe list of fields to return in the record. If not set, all fields will be returned
Lock Row RecordWhether to enable row locking to lock the current record
Return Option Display NamesWhether to return display values for List Selection, Tree Selection, and Cascading Selection in the returned record
Record IDThe ID of the record to query. The record ID can be dynamically specified using expressions

Return Value

Return ValueTypeDescription
RecordRecordThe queried record. If no record is found, returns null

Notes

Lock Row Record, when enabled, the server will use for update in SQL to apply a pessimistic lock on the row. Once locked, other requests to query this record will enter a wait state. The lock will be released when the transaction where the current automation resides is committed.