Trying to use Build list dereferences

I trying to transfer one ID value from table A to a column with ID from table B.

robbertzalm_0-1701770779066.png

What is wrong here?

 

I have also tried:

robbertzalm_1-1701770894182.png

 

But here is says it cannot compare type list to text while both columns are set to the type text.

 

Can anyone help me out what I am as a beginner missing here?

 

 

Solved Solved
0 2 135
1 ACCEPTED SOLUTION

use this formula

LOOKUP([_THISROW].[Viswanvangst_id],"vistag","visdag_id","visdag_id")

View solution in original post

2 REPLIES 2

use this formula

LOOKUP([_THISROW].[Viswanvangst_id],"vistag","visdag_id","visdag_id")

Thank you very much. You r help is very much appreciated

Top Labels in this Space