You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to connect the output of a Cloudant "save" node to another node in order to proceed with the flow only if Cloudant has successfully persisted/deleted the rows or to route to something else if an error occurred. Like in the following diagram:
Basically I'm expecting the Cloudant node to work just like an "http request" node, with an input and an output.