I’m trying to build a data analysis tool where you can upload data, then make.com interprets it and sends a summary of the information back. Make receives the information, the scenario runs without issue and then webhook responds with a 200 code indicating everything went well, accept that none of the data is sent back with the response module even though it shows it does on the “input” section, I’ve triple checked everything and have watched multiple tutorials to try and figure out what’s wrong but I cant seem to have found the solution in almost 48 hrs of working on it
1 Like
@Brock_Gibbs It would help if you can upload some screenshots or blueprint of the scenario
1 Like
Looks like there’s an error here, so it’s not actually sending anything.
It is likely you need to use the JSON “Transform to JSON” module with the Result from the OpenAI module:
Transforms any object to JSON.
For more information, see https://www.make.com/en/integrations/json, and https://www.make.com/en/help/app/json in the help centre.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
no that error is just because I ran the scenario after it recieved the data, it runs fine when the data is sent and it triggers the scenario automatically, i just uploaded a screenshot of what the warning says