Lambda expression: Is it possible to return more then one value?

Hi, I’m trying to build a lambda expression which should assign new values to two (global)output variables. Is that possible at all?

I don’t think so, but inside the lambda, you could assign the 2nd output to an item a.k.a. global variable.

Thanks for the reply!
I tried to work with variables from within the rules files onyl, since I just need those inside rules.
So I’ll use Items instead Global Vars.