Passing a function backed column var as input for another function backed col

As of ~beg 2023, it wasn’t possible to pass a function-backed col variable into another function-backed col, but just wanted to confirm that’s still the case! I have a workshop with a fn backed col and I need to pass it as input for another fn-backed col in the same table. I could just run the first function again in my second fn but would save time if i could save the result of the first fn (i could refactor my function to be a multi-col backed function as well, it would just make the fn pretty large)

Hey @jessicaw, currently this is not possible. As you mentioned, the recommended approach would be to refactor to a multi-column function.