Help with Dynamic Carousel
I'm working on a dynamic property carousel for real estate agents, where property listings are displayed based on users’ answers to a few questions.
So far, I’ve successfully integrated GET and POST requests with Airtable to send and retrieve property data. Now, I want to display matching properties inside a Voiceflow chatbot.
Here’s what I’m aiming for:
The carousel should appear after the user responds to certain prompts.
Budget-based logic:
If user says “more than 1 million”, show properties above $1M.
If they say “around 1 million”, show properties between $800K and $1.2M.
If they say “less than 1 million”, show properties below $1M.
If they say “between 1 million to 2 million”, show properties in that exact range.
Bedroom filter logic:
Follows the same conditional structure as budget.
I also want it to be able to book meetings with click of button and view details

