Blog
Introducing FlowRunner: Backendless’ New Automation Platform (Beta)
This holiday season, we’ve prepared a special stocking stuffer for our users! Introducing FlowRunner—a new tool that will revolutionize how you automate tasks and save time. We’re excited to share FlowRunner, a new system designed to help businesses automate tasks and save time. After almost two years of hard work, FlowRunner is now ready to...

Import Airtable Data Into Backendless

Airtable is a user-friendly database solution for no-code developers with early-stage apps. When those apps outgrow Airtable, however, Backendless is a powerful, scalable alternative, and now you can easily import your data directly from Airtable into Backendless Database.

How to Create Data Tables, Columns and Relations by Importing CSV Files

Backendless can create tables when you store object hierarchies from a client application. Also, we described how to manually create data tables using Backendless Console.

How to Assign Column Types During Data Import

In another post, we described a feature where you can import data to Backendless using CSV files. In that post, we used CSV files that already had the data type defined for each column.

How to Use Code Generation to Simplify Working With Data

In Java, entity objects are classes that represent data from your table. From an object-oriented perspective, these objects are built to encapsulate your data in the real-world problem domain.