Hey @Romnee_Pritchett Welcome to the community!
If your Open AI/ChatGPT module returns the JSON, no need to parse JSON seperately. You can set that up like this to parse it withing OpenAI/GPT modules.
- Set up instructions to output JSON with JSON structure :
- Enable “Show Advanced Settings” options at the bottom > for JSON parsing choose response format as “JSON object” and select Yes in "Parse JSON response"
- This is how output will look like with inbuilt parsing
- Map those values directly in the next module.
This functionality works in both of the modules “Chat completion” and “message an assistant”
This will help you in parsing JSON
Let me know if you need more help!
Best,
@Prem_Patel