Hi!
We have a workflow, where we filter some data and in the end write the result into an existing table using append. It may happen that the result of this filtering is empty. In that case we currently append an empty row to the table. Do you know if there is a way to avoid this? Is it possible to make an append conditional somehow?
Solved the issue by using an if else processor