Hi there,
I have a POST API Call which creates a new record in an external data source. The actions posts a new customer to the external db and each customer name needs to be unique so the action fails if the user exists. The failure message that us displayed to the Bubble user is one served up by the remote server. I would like to display a custom message and use an alert within my app rather than the devault method of pushing.
Any suggestion on how to do this?
Many thanks
Frank