Is it possible to enable multiple column outputs from a single transform board in Pipeline Builder. Example is using a case statement and for each condition met, output 3 columns
A case statement won’t be able to output multiple columns - but you can get close by outputting a struct with three fields in it.
With an extra downstream transform “Flatten struct” you can get all struct fields into the table as columns after.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.