Complex Stuff 21

Hi @jimmy_jos1

It looks like you should change to column name here:
image

This will allow you to fetch the element from a different column.

The solution provided by @chenderson is also valid, but it is when you would want to use an Assign activity like that:
yourVariableColumn1 = row("columnName1")
yourVariableColumn2 = row("columnName2")

As a side note - please do read through our posting guidelines here:

Please do not call all your topics Complex case X. Each topic should have a clear (and short) description of the issue in the title, as well as a more detailed description in the body of the post.