Not totally following you but can you not simulate this with the Core Actions -> Response component using it to send any response code back to app connect and terminating the sequence
That’s actually a pretty interesting workaround, thank you!
I’m still leaving the feature request open because, eventually, we’re hoping for the day when a 500 Internal Server Error occurs, Wappler points out the Step at which the error occured, and when that moment arrives the Assert step would be worth over the Response step
You could also use the Validator for this, the Validate Data step you can validate data that does not come from a form, for example your query result. If it doesn’t validate it stops and returns a 400 Error to the client.
Can you give me a screenshot example for an expression validation (boolean)? I made it like {{var1 == var2}} and placed an “Equals To” true, but didn’t seem to work properly (always failed)