Adalo integration: Connect Adalo to a Backendless backend

Here’s a brand-new step-by-step guide for integrating a Backendless backend & database into an Adalo app:
https://backendless.com/how-to-integrate-adalo-with-backendless/
Backendless can greatly bolster the capabilities of your app. It has tons of no-code features including a visual database, codeless logic builder, push notification console, and serverless hosting. It gives an Adalo app a TON of flexibility.

7 Likes

Thank you for this walkthrough. APIs certainly are my weakness.

1 Like

Hi Chris

Thanks for your post.
Along with your link above, can I request you to create a few short Adalo-specific video tutorials on small use-cases / apps which highlight what is possible in Backendless that is not possible in Adalo? I’ve not explored backendless and its possible many of us in Adalo community may not be aware of how to use it, so video tutorials would be very helpful.

Thanks

2 Likes

Thank you for helping out.

Also not sure what backendless adds, that Adalo itself can’t do. Please clarify in order to decide whether to use backendless or not

1 Like

Backendless is particularly strong on the backend (makes sense, right?). They offer serverless hosting, visual database management, codeless logic builder, push notification console, and a ton of other cool stuff that makes backend development super easy.

There are a ton of video tutorials on their YouTube channel, including both and introductory course and masterclass for their UI Builder and Codeless logic system.

https://www.youtube.com/backendless

2 Likes

Thanks mrfantastic, was looking for an airtable alternative. I think here the codeless logic builder is what can give the extra flavor that Adalo does not have.

1 Like

Thanks for the tutorial. In order to get the query to work I did have to create the value “name LIKE ‘WhereClauseInput%’”

1 Like

Hi could you please show an example of exactly how you made the query to work? I tried using the exact same value you wrote but it doesn’t seem to work

After quick reading.

I get the following assumption:

  1. Sign Up and Login, use custom action
  2. Create and Update, use custom action
  3. Show List, use external collections

But the example did not show relational collection.

It is quite scary to move from internal to external, all the workarounds we build to satisfy better UI/UX can easily broken and still the efforts are multiple times compared to just using internal.

Maybe, Adalo spoil us too much that we forget the reality. :grinning:

1 Like

Hi,
I’m really interested in integrating Adalo and Backendless, so I’m following the tutorial and everything is fine until I try to use SaveObject custom action at runtime.

While creating it the test is successful and one test record is created on backendless database.
The problem comes when I use the custom action at runtime, because it creates two records for each SaveObject call.
The former is correct and has the name and age values I wrote in the input fields and the latter has undefined value for name and age field and is created one second after the former.
Could someone please give me some advice about how solve this strange behaviour?

Hello,
I am loading a list of products that are stored backendless in adalo, the external collection brings all responses with all the details just fine in the call test but on pulling the data in the front end, only one product is populated in the entire list. What could be the issue?

Given the struggles I’ve had getting the Adalo backend to support users, I’m looking into Backendless now for user & database management.

Thank you for this resource.