Custom errors in auth0 Forms

Hey
I’m using the new Forms with actions, and finding the documentation i little lacking in some areas (great product though)

In my action i have a scenario where i need to send a message to a form (prompt)
That one should be translatable (using the t(‘key’) function
So idealy, i would have something like api.prompt.render(‘:id’,{vars:{error:“unknown_email”}})

And then in the form
t(vars.error)
But that does not work
Any API that can trigger (technically a validation error) would also work :slight_smile: