Hi!
I’m using ChatGPT to analyze an email, and then extract a bunch of data from that email. Things likeL:
- Email address
- Contact name
- Company name
And other pieces of information.
I then added a Formatter after ChatGPT to split each of the data points and make them into separate fields using split text. This works fine.
My issue is, the outputs that Formatter generates are in a random order. I need the outputs to be in the same order that I told ChatGPT to have them in, or I want to have the ability to arrange them in the order I need.
You can see in the screenshot it starts with Output 1, then Output 10. This is completely random. I need it to go in order (Output 1, Output 2, Output 3, etc...)
Is there any way to do this? Or should I be using another action somewhere?
Thank you!
![](https://uploads-us-west-2.insided.com/zapier-ca/attachment/96466846-80ca-46f8-98f4-eee94b1c5282.png)