How do Adalo custom actions and Xano work toegther?

Hello,

I’m considering moving out of Adalo DB and using Xano. I would use the same Xano DB for all my apps since they have pretty much the same structure.

My question:
My app sends orders to a restaurant, so I need to first get an access token from a refresh token, then create 2 other custom actions to send an order there.

If my DB is on Xano, would those custom actions be performed on Xano or still on Adalo?

It would be, “On button pressed”:

  1. Custom action #1: get access token
  2. Custom action #2: create an order
  3. Custom action #3: create a payment.

thank you