field_expression - a field or expression. All field_expressions must be of the same type.
Example
Suppose you are tracking multiple racers across multiple heats in a competition. Racers might sit out heats for various reasons. You want to create a First_Time field that contains each racer's first results.
Here's the race data.
Racer
Heat1
Heat2
Heat3
Racer X
38.22
37.61
Racer Y
41.33
38.04
Racer Z
39.27
39.04
38.85
Use the following formula in the First_Time field to get the first non-null value from the Heat columns:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-14 UTC."],[],[]]