I would like to stop my workflow from continuing if the table is empty besides column headers. Would this work with the “Empty Table Switch” node, or does there also need to be no headers for this node to work? Any other suggestions?
the EmptyTable switch should be exactly what you want. If no rows beside the table header exists, then the upper port will be cancelled/Stopped
If you want to just skip a part of the workflow if the table. is empty then you can enclose the part you want to stop with the empty table switch at the beginning and “case switch end” at the end!