Point a component at an object, pick fields by name, add conditions, and pull related records. No SOQL, no Apex, no wrapper class.
A data source is a few choices in the builder, not a class to write and deploy. The component reads live from your org.
Pick any standard or custom object by its API name. The component knows the fields it can read.
Select fields, add filter conditions, set a sort order and a limit. Give users search and cascading filters too.
Follow relationships to pull child and related records, and show them in tables, trees, or relationship graphs.
The same no-code data source powers the builders that read Salesforce records, tuned to where each one runs.
Query any object, add conditions, and follow relationships to show related records in tables, trees, and graphs.
Learn moreFeed screens from a query or a Flow variable, so tables and lists show live records inside your Flow.
Learn moreShow your Salesforce data to portal users with the same query, filtering, and search, scoped to what they can see.
Learn morePoint a data table at accounts, cases, or a custom object, choose the columns, and let users filter and search.
Follow relationships from the record you are on to show its opportunities, contacts, or activities in context.
Build an app page around a query, with conditions and a sort order, and it stays in sync with your org.
On the platform, reading related records into a custom screen often means a SOQL query inside an Apex controller and a wrapper class, written, tested, and deployed. Avonni keeps the query in the component configuration, so an admin can point it at an object and adjust the conditions without a release. For data outside Salesforce, pair it with Flow HTTP Callouts.
The query lives in Apex and ships through a deployment.
The same query is configured in the component and edited in place, no deploy.
No. You choose an object, fields, conditions, and a sort order in the builder. The component reads the records for you, with no SOQL and no Apex.
Any standard or custom object in your org, referenced by its API name. You choose which fields to read and show.
Yes. Follow relationships to pull child and related records, and display them in tables, trees, or relationship graphs.
The data source reads records from your Salesforce org. For external systems, pair the components with Flow HTTP Callouts and feed the result in.
Yes. Every Avonni plan starts free with 10 licenses and no time limit, installed from the AppExchange into your own org.
Connect your first object and show live records today, no query to write. Start free with 10 licenses from the AppExchange.