Hi everyone,
I’m trying ChatGPT to analyze data from my user’s response to a survey. I have the data stored in Xano so I created an API to get the data from Xano to WeWeb (standard “query all records” function), and then sending the data to ChatGPT using a variable. The problem is that ChatGPT doesn’t like the format. This is what I get as a response: *"It appears that the data provided for analysis, particularly under “Actions completeness” and “Survey results,” is represented as [object Object]
, indicating it may be an array of objects, but the details of these objects are not visible in the provided information. *
To effectively analyze the worker’s level of engagement based on the data, I would need the actual content of these objects. "
This is an example of what I’m sending:
Any ideas on how to make it work?
Thank you!