Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithWhat you are asking for is tricky at best.
LAE specifically "doesn't care" about column order, so it makes it difficult if you need to output fields in a specific order.
I have a suggestion, but it will require a bit more explanation than this forum thread may allow..
Step 1:
In the LOOKUP:
emit *
override emit 2:desiredColumn as desiredColumn
(unfortunately, this moves the desired column to the far right)
Step 2:
add a FILTER node
define a new parameter on the node as a FIELDHELPER type
Then, using the FieldHelper tools, you can sync the field helper to the input and then simply use the up/down arrow to specify move the column back into the correct position.
You'll have to read up on FieldHelper - it can be a bit obtuse.