Fields are the basic building blocks of your Tangram application. They define the data structure and user inputs that make up your platform. Every piece of data in your Tangram application is stored in a field. Fields can be of various types such as text, numbers, images, files, and more.
Tangram supports many different field types to accommodate different kinds of data:
Each field has properties that define how it behaves:
Fields are grouped together into Field Groups (like Roles and Listing Types) to create structured data. When designing your application, consider what fields you need to collect from users and how to organize them effectively.