I've created an OpenAI call that returns 2 main objects. One is to evaluate 12 criteria; each of those criteria has 3 parts: name, explanation, and rating. The second part averages the rating of the 12 criteria to give an overall rating. I get a response, but, for the life of me I cannot put the data into my FlutterFlow page.
I need to parse the array or list from the json to put into a repeating listview - hopefully into the 3 parts, and I need to map the overall rating into it's proper text field.
I've been working on trying to solve this for 6 days without success. I'm not a FutterFlow expert by any means, but, I'm enjoying learning. I'd like to solve this issue before moving on - Thanks