Use actions inside flows

Feature: Use actions inside forms

Description: Give us some details about your feedback/feature request. Examples, screenshots, videos, etc. are helpful.

We want to use actions or custom codes to check some business logic inside a form flow.

Use-case: Tell us what you are building. How would the feedback/feature improve your experience?

For our use case, we want to check if the phone field value provided by a user inside a step is not already used inside our list of existing users. We could have used the Auth0 management API to check if the email was not already used but it doesn’t seem to be possible to add some custom code.