The Schema in your Parse JSON doesn't match the data you are inputting. The schema is set for an object but you are feeding in an array. remove the schema from the parse json. Then run the flow once to that point. Now use the output in the parse JSON as sample content to create the schema. After that your schema should match the values you are passing.