Integration between backend and frontend

I am trying to use 8base frontend to get data from backend and populate in frontend table, is there a way I can do that ?
Also, how do I implement trigger in database table such that once I get new data into table, this should create notification in frontend which i need to design.

Any advice to achieve those tasks would be much appreciated ?

Hi there.

Couple things.

  1. Subscriptions are not yet supported in App Builder, so you’ll need to run a query to see if any new records have been created.

  2. To get data from the backend, watch this video.

1 Like

This is awesome! Thank you for the quick vid.