Hello all, it has been a while since I submitted a suggestion here.
Here goes.
It would make my life so much easier if there was an object which could accept multiple inputs for a single field and then choose the 1st one which is not null to actually populate the field with.
Right now we have a custom function which gives 10 inputs and 1 output. If there is a field which is coming in from multiple fields and we just want it to us the 1st one then we line them up 1 by 1 to the input. The output then just returns one value from which-ever was not null first.
We have quite a few of these in every dataflow and it would be so much easier if there was one object that handled it.