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.
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.
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).