Sign Up
Loading...

Custom functions, password validation, and data aggregation

Asked by JohnnyBonee on October 16, 2024

  • Can I write custom functions (or lambdas) to use in endpoints?
  • Can I validate passwords for complexity (uppercase, lowercase, number, special character)?
  • Is data aggregation supported?

Answered by Twidget

You can create reusable custom functions through the no‑code builder. These functions can perform validations such as password complexity checks.

Data returned from the datastore can be manipulated and aggregated as needed within your endpoints or functions.

See the custom functions tutorial: https://www.youtube.com/watch?v=ObeGDxLY6Wc

Related Questions