where to check if object already exists?

0
 The first step is to check whether the HeaderData object already exists or if it still needs to be created. It’s easiest to do this in a sub microflow, because you can then use the return value as one object in the main microflow.
asked
1 answers
0

retrieve the object from the database based on an identiefier of the HeaderData record and then return this from the submicroflow?

answered