Is there a native FQL function that will return the first non-null value? Similar to Coalesce in SQL? I have a few variables set using Let and I want to find the first that is non-nullable. I suppose I could put them all in an array and use a combination of Filter and Select but wondered if there was an easier way?