Overview
All API blocks now come with a Success and Failure node for clients to be able to make flows based on success and failures of API blocks
Use cases
Google Sheet get row data Block, you might be looking for a value that is not in the google sheet. In such cases, use the failure node to send different messages to users when no data is found in the google sheet
All API blocks like Create Draft Order, Get Order Details etc have a failure node to send a message like “Sorry we couldn’t find your order” connected to the failure node
Steps
Create a Google Sheet or Custom API block
Attach further blocks to Success and Failure nodes based on use-cases