I I process a monthly Excel. Sometimes the column has values like 20649862_21.05.2015_-31279713_7603063 which I split with Cell Splitter on _. Other times the entire column is empty. When it’s empty, Cell Splitter fails (can’t “guess” the number of output columns) and the workflow stops.
Goal: The workflow should continue even when the column is empty—ideally passing a 0-row table with the same post-split schema downstream.
@LarisaPalimaru you might want to include a case when structure that takes another path when the cell is empty or catch an error and provide an alternative