Sign up workflow

I have succesfully tested that sign up can write in new users in xano database.

But it’s lacking the visibility for users to know if this sign up is successful. and im planning to do:

  • if its successful : pop out a box saying they are in
  • if its unsuccessful (duplicate or anything): pop out a box explain the reason.

how to achieve this from workflow? im stuck. screenshot would be appreciated.

Hi @nana1737 :wave:

I would use the Alerts element: Alerts system | WeWeb documentation

and update its variable based on the situation.

Does that help?