Initially, any table in your web application does not contain any data. To get it (usually it requires server request to database), you need to create an appropriate business process.

Click on the gear icon in the top right corner of the table. Go to the Workflow tab and create a business process.

Getting data

Set the business process for an onShow trigger to load data immediately when the user sees the table.

onShow trigger

To get data from the database model task, use the Server request GET /task/ block.

get server request

Loading data into a table

Now, the received data can be inserted into the table. Use the Table Update Data block for this.

table update data

It is essential to specify which table data should be transferred to. Use the Component ID field in the Table Update Data block and set the default value with the table name there.

To insert data, connect data fields between Server request GET /task/ and Table Update Data.

Server Request GET

Video instruction:

Video instruction

Now, when the table appears, it will display the actual data from the database.

Was this article helpful?

AppMaster.io 101 Crash Course

10 modules
2 weeks

Not sure where to start? Get going with our crash course for beginners and explore AppMaster from A to Z.

Start Course
Development it’s so easy with AppMaster!

Need More Help?

Solve any issue with the help of our experts. Save time and focus on building your applications.

headphones

Contact Support

Tell us about your problem, and we’ll find you a solution.

message

Community Chat

Discuss questions with other users in our chat.

Join Community