Customized OpenAI for Generating Answer Based on Analyzing Data in Specific Glide Data Table Request

Is there a function on Glide/ Open AI API that I can customized OpenAI for generating answer (eg. look up specific data row) based on analyzing data in specific Glide data table?

You have 2 ways to do it:

  • Use an “Answer question about a table” action. This will take X most related rows from your database to try to answer your question (I’m not sure what the number of X is, maybe that’s 1).
  • Create a JSON/CSV structure containing your data and add that as part of your prompt. This will limit the number of tokens left you can use to ask the question, though.

This is a duplicate of this post, please don’t post multiple topics about the same thing. Thank you.

This post will now be locked.