Alternatively, maybe you could conditionally change the data that you’re inserting into the table?
So the step would be executed no matter what, but you would know to ignore certain records in the table (later, when you use them to do stuff).
Alternatively, maybe you could conditionally change the data that you’re inserting into the table?
So the step would be executed no matter what, but you would know to ignore certain records in the table (later, when you use them to do stuff).