Getting ChatGPT Response from GSheet to New Screen For User to See Response

I have ChatGPT responses going to a Gsheet which is connected to my Glide App. The work flow is Form submitted in Glide->Make->GSheet->Glide.

I need to show the User their results from ChatGPT in a new screen.

I have spent many cycles with Gilide’s AI as well as ChatGPT to determine how to do this. It seems adding an action to the On Submit action (after the webhook action) isn’t possible. And doing it via Workflow doesn’t seem to work either!

This seems like a common app response that should be easier to set up.

Has anyone had this scenario and got it to work?

Thanks!

It seems like a latency issue. I think the Make workflow checks the Google Sheet too quickly, before Glide has actually saved the row. Have you tried using the native OpenAI action directly in a Glide workflow?

Another solution would be to add a delay in the Glide workflow, about 3 seconds, or configure Make to wait until the data is actually inserted.

I don’t have a screen set up to capture the ChatGPT response. This is part of what I need to create so users can see the ChatGPT response.

So where do you save the ChatGPT reply?

Google sheet which is connected to Glide; appears in list of Tables.

Ok, so you want to show a custom screen eith the ChatGPT response, am I right?

Don’t mean this in a negative way, but without further context, it seems you’re overcomplicating things. Could you elaborate a bit more on what problem you’re trying to solve?

Also, as suggested by others as well, why not use the native ChatGPT integration?
I feel like you’re going to need to go in the direction of a helper table (nothing special, but super useful).

1 Like