Column Expression, how to run expression in sequence?

Hi everyone,

I need some help on how to run multiple expression in sequence for column expression.
I have 5 expressions to replace the sentence in the column. Expressions as below:

And when I run the node, I found that only the last expressions run successfully. The result as below:

Even though I have try separate the expression as below:

It also execute the same result as picture 2.

Any suggestion to this issue?

Thanks!

Hi @asidai, welcome to the forum.

There’s probably a more elegant way to do this, but I’ve found that storing the result of each intermediate step as a variable within the expression works:

image

7 Likes

Thank you! It’s work for me! :hugs:

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.