I had design ChatGpt to generate Result JsonObject
And I want to seperate the result to create new record airtable
fields:
-title
-description
-tags
Please help for example
I had design ChatGpt to generate Result JsonObject
And I want to seperate the result to create new record airtable
fields:
-title
-description
-tags
Please help for example
Hello @jomy_nn,
First of all, you’ve to understand how these AI LLM Models work.
When you perform any prompt using its UI(https://chatgpt.com), it mostly returns details on text, code, file, etc.
But here, you’re using their API, which is the proper input and the expected output. The output format is more important here.
When you request API most of the time you are not given what type of Output type and how it’s formatted. (In short these things are called Prompt Engineering)
As per the images shared by you at first glance, it looks like you know how to use those prompts.
Now after getting a response just to confirm output format consistency try multiple different requests to AI Models.
If output format is consistent then use the get
and map
functions to fetch specific values to array/collection.
Then add it to that Airtable module.
Get/Map official Make course:
https://academy.make.com/courses/IntermediateC02
I hope this helps you.
Updated: Added reference post specific to this topic A Beginner's Guide to Effective AI Prompts: The Input-Process-Output Framework
P.S.: Always search first, Check Make Academy. If this is helpful, mark it as a solution and
Need expert help or have questions? Contact or comment below!