How to combine two lookup columns?

Hi!

Is is possible to combine to Lookup columns?

Thx! /Jonas

merge is the right word :slight_smile:

Split lookup columns, then join them, then create a new array.

Thx for the Join tip Uzo! :pray:

Joined list + joined list (instead of lookup), then templete work best

The ‘Append Array’ column would do the same thing without the need for unnecessary extra columns.

Thats nice :exploding_head: Thx Jeff.