Skip to main content

Is there a way to order/sort the JSON keys prior to hitting the destination? I thought prepending the key names with an underscore would bring them on the top but they show up at the bottom of the JSON structure. The ordering looks the way we want it in the pipeline view but come out differently in the actually output.

Input


Output (note the first 3 fields match what I wanted first)


baller


Thanks <@U01LSBF5953&gt;. Will give it a try.


For those curious on what the dots do: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment


Reply