With reverse field mapping, is there any way to ensure that the order of the fields coming into the macro and going out of the macro are exactly the same ?
At the moment, if my macro changes one field (eg
and the fields are input in this order: A, B, C the output is A, C, B.
Is there any way to ensure that if the incoming fields are A, B, C then the outgoing fields are also A, B, C ?