OpenAI API returns Data as string, how do I map values?

I’m using the OpenAI Assistants API it returns the Data as a string instead of individual values. It seems like I need to map the values somehow, I’m trying to get the id value. Help?

Solved… just had to turn on the “Parse JSON” setting in the HTTP module

2 Likes

Hey @Parker_Smith

you can use parse json after this
image

1 Like