There is no standard Ensemble function that accepts multiple values and looks up each one in a lookup table in a single call.
You can achieve this by creating a custom function which accepts a delimited string with all of the values and then iterates through each value and calls the standard "lookup" function once for each value.
There is no standard Ensemble function that accepts multiple values and looks up each one in a lookup table in a single call.
You can achieve this by creating a custom function which accepts a delimited string with all of the values and then iterates through each value and calls the standard "lookup" function once for each value.