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.