Maybe this is trivial but I cannot find the proper way to do it…
I have a table T with data, and need to perform steps S1 or S2 depending on a certain condition (a file exists or not). It seems that the “If switch” node operates on a row basis policy, so it seems not the best solution.
How should I implement this?
Thanks