Looking to see if anybody has implemented the following:
Ask GPT a question and to display the answer in a table format.
Then Add rows to a Glide Table for each row in the ChatGPT Table.
For example, ChatGPT created the below table. I’d like to add a text entry component in my Glide App, where a user will enter a URL (https://www.druthersbrewing.com/menu/) and push a button. The Action will ask ChatGPT to organize the data in a table format and then add all the rows as separate rows to my Glide Table and inputting the correct info in the correct columns (Name, Description, Price).
Can this be done? In Glide only? Or do I need to leverage another program like Make?
Thanks!
Based on the Glide Bot it gives the following suggestion:
You can use the Glide Tables API to add a row from a ChatGPT Table into your Glide Table. Here are the steps:
Create a new trigger in ChatGPT that will be triggered when a new row is added to the ChatGPT Table.
Use Webhooks by Zapier to create a Custom Request action, which is also known as a Custom API call. In the Custom Request action, copy the Add Row API usage for Glide Tables API.
In the Add Row API usage, replace “TABLE-NAME” with the name of your Glide Table and “COLUMN-NAME” with the name of the column in your Glide Table where you want to add the data from ChatGPT Table. Replace “COLUMN-VALUE” with the corresponding value from the ChatGPT Table.
Save the Custom Request action and test it to make sure it is working properly.