Find single column value(s) in a table based on a lookup key
We’re looking up a single value by passing the doc id (this doc ID), the table ID (the table ID of the Configuration table), the lookup column (Name), the value column (Value) and the value we want to find “Default Time Zone” . . . it will lookup the value and return a single string.
Same as previous, except we’re looking for “Default Language.” This doesn’t exist as a lookup value, so we’re providing “English” as a fallback value in case it doesn’t exist.
We have two default start times to choose from, so we can return multiple values if found.
We have two default start times to choose from, but we don’t want anything if there’s more than one matching value.