Hi. I have the first scenario sending some data to a second scenario via a webhook. Currently, the second scenario saves either one or two key pairs {email, id} to a data store, which the first scenario then looks up and uses.
I want the first scenario to break with an error if the second scenario stored zero key pairs in the data store. This way I can a warning email so I know to go fix it.
I attempted the webhook response module in the second scenario.
I would greatly appreciate the help. I don’t want the first scenario to continue without the key pair(s).
Backstory I split my workflow up because it was getting unwieldy and I was tired of so much reputation for different use cases. The original scenario had almost 200 modules in it.