Custom AI Chat Component in Glide โ With Voice & Image Upload
Just built a custom AI component in Glide that goes beyond the standard chat features โ and itโs
Image Upload
Since the native chat doesnโt support direct uploads, I used a custom component to first write the message (and image!) to a user-specific table before submitting it.
Voice-to-Text Recording
Using the new Record Action, users can now dictate their message. The transcribed text gets written directly into the same column โ ready to send.
The chat supports rich text, so once submitted, the message appears complete โ with text and image โ as a new chat row.
Itโs a smooth workaround that adds real power to Glideโs chat capabilities.
I read about your use case in the other thread. Just beware that a user might have access to another oneโs code as this is not secured. Not sure the implications of that in your case.