Hi
I have a workflow that has 2 containers. Ideally these containers shouldn't run simultaneously and should output and send emails differently based on the availability of data. I'm looking to dynamically enable/disable the two containers based on the following conditions:
After the filter tool to check if data available:
if there is data available -> run Container 1 and disable container 2
if all cells are empty, no data available -> run Container 2 and disable container 1
Any idea is much appreciated!