I’ve integrated via Airtable and Make to get the answer. The only way I can see to display the result is via the Dynamic Blocks (Lists). This provides a list of the answers. How can i just display the 1 current response for that logged in customer instead of the list of responses?
The best would be to use conditional filters in order to do so
Here is the doc: List Conditional Filters and Block Visibility
Here is a video: Getting Started with Softr: Set visibility and editing permissions in your app - YouTube
To display only the most recent response for a specific user, use conditional filters based on user ID or session data, as Matthieu suggested. You can also try sorting the responses by timestamp (most recent first) and limiting the list to only one record; this way, only the most recent reply appears dynamically. We worked on something similar for the K Electric AI Chatbot, where responses were also pulled from Airtable using Make. Depending on your setup, you can also use a hidden field to tag the active response and filter by it.