Hello,
I have a data connector whose purpose is to find a custom object by its id. And it can return NULL if it finds nothing.
I would like to branch a workflow depending on whether or not the data connector was successfull in finding the custom object, and it’s not very clear how I can achieve that.
I tried to use the “branch” step with a condition saying that one of the (mandatory) fields of the custom object is “any value” or “is unknown” but that didn’t work. The branch step is behaving like the custom object is always there, even when my endpoint returned NULL. I think the data connector is creating an instance of the custom object in all scenarios.
What could be the proper way to do that?
