A Salesforce Apex invocable action for Flow that returns a single field value from the first record in a collection, providing a simple, null-safe way to extract data without loops or extra logic.
-
Updated
Apr 3, 2026 - Apex
A Salesforce Apex invocable action for Flow that returns a single field value from the first record in a collection, providing a simple, null-safe way to extract data without loops or extra logic.
A Salesforce Apex invocable action for Flow that returns the first record from a record collection, offering a simple, null-safe way to extract a single SObject without loops or extra logic.
To associate your repository with the getfirst topic, visit your repo's landing page and select "manage topics."