FlowiseAI + Airtable: how to show images from Airtable in chat #4290
Unanswered
JonMariarty
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone! 👋
I'm working on a chatbot using FlowiseAI, and I want it to pull images (e.g. photos of dishes) from Airtable and show them in the chat when a user asks something like "What salads do you have?"
Here’s what I’m trying to do:
I have an Airtable database with food items.
Each record contains:
dish name
description
price
and a direct image link (uploaded to Airtable or imgur).
I want my chatbot to return the dish image, description, and price in a nice message/card when users ask about a category (e.g. "salads").
💡 Questions:
Which nodes in Flowise should I use to fetch Airtable data and return the image + text?
Can Flowise render an image preview directly in the chat (not just a URL)?
Any working example of this setup or a recommended template?
Thanks a lot in advance! 🙏
Any help or direction is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions