Flows and Open AI

Hi all, i am attempting to create my first flow integrated with OpenAI, and right now I have a decent portion working, where OpenAI is returning the results I want. It is returning the text based content made to look like JSON data. It is my understanding that OpenAI only returns text. Since this is the case, i need to turn this text into JSON data and then iterate through it to insert records into a specific table. I am stuck at the point where I take the returned results from OpenAI and convert it to JSON. Anyone successfully do this?

I find flows difficult to use. I don’t see what input flows into the next step, so I can’t see what the next step is supposed to see.

I was able to build this in make and it works perfectly. I can pass data and the contents of file all in one chat prompt to be analyzed. It was much easier to do than trying to figure out flows for it.