Hello,
I have a small table that returns from a connector function (as an array that each value is an objects of fields), I want to execute a logic that checks, if the third column is full of data (such as batch data for all materials), goto the step X, otherwise goto step Y.
How can I implement such logic ?