Back in the old days, before Tadabase, we built a Zillow integration for our database that would fetch all of the data related to a property and display it in the database. The only downside was that the information was fetched and then stored statically in the app, therefore it did not refresh when values changed.
Unless I’m missing something, a Tadabase pipe should be able to pull in Zillow information via the Zillow API and display it dynamically in Tadabase without the need to store it in the TB app, correct?