Extract and display the last element in an Array

You just need to point the single value column direct to the array column. Pick the array column directly. Don’t choose the table->array. The array column should be at the very top of the list of columns to choose from.

Another alternative would be to skip the array altogether and just create another IF column that looks at all of your other IF columns, but in reverse order.

4 Likes