Hi all,
I want to set custom error message to TextField as step in Action Flow (screen: action_flow (orange arrow)).
I am using validate form to check syntax (screen: action_flow (red arrow) = screen2: create_account_screen) and I can't use second one as child because it is causing an error (in app builder - screen: app_builder).
Because my lack of skills in programming I can't write custom action for this and I don't know if it is possible anyway.
I have tried with two arguments (String textFieldName and String customErrorMessage) with chatgpt and built-in AI (Code Pilot), but It doesn't work.
Is there any other way to implement error message in validation like mine?
As a backup plan I am using Snack Bar, but I don't like this solution…