is it possible to create a finance app like cash app in adalo ? does adalo support if the else function

is it possible to create a finance app like cash app in adalo ?

does adalo support if the else function

Yes, it is possible to build a finance-style app like Cash App in Adalo, but there are important limits to understand.

You can recreate many of the core features, such as user registration, transaction records, wallet balance tracking, and basic transfers between users. Adalo supports database relationships, user authentication, and integrations with external APIs like Stripe or Xano for handling real payments. However, Adalo alone is not sufficient for a fully compliant financial application. Real money transfers, identity verification, encryption, and banking compliance (such as PCI or KYC) must be handled through secure, verified third-party services.

Regarding logic functions, Adalo does not have a traditional “if/else” code block. Instead, it uses conditional logic through Conditional Actions and Visibility Rules. When adding an action in Adalo, you can open the “Advanced” section and set the action to run Sometimes when a specific condition is true. To mimic “else” behavior, create a second action with the opposite condition.

For example:

  • Action 1: Runs when “Logged-in User’s balance > amount” (proceeds with payment).
  • Action 2: Runs when “Logged-in User’s balance ≤ amount” (shows error message).

This setup allows you to control flows and user experiences based on conditions, even without a traditional if/else function.

You can refer to Adalo’s documentation for more details:
Using Conditions in Adalo

thx so much, does adalo have any template related to this concern ?

im trynna do it and im stuck in the p2p inside my app

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.