Hi,
I have created a workflow with 2 outputs. 1 of the output act as a check which shows me if there are anything I need to update. 2nd output is the final output.
my question is as follows; is there a way to set a condition to check if the 1st output has data and if it does then stop if not then generate the 2nd output?
I attached a simple example. I want the workflow to kick out just 1 output if any of the market Tag is null and don't run the 2nd output.
Thanks
-Kev
Solved! Go to Solution.
Hi,
You could use a block until done and then use a test tool on your first branch. If you want the workflow to stop you could use the workflow configuration tool and tick "Cancel Running Workflow on Error"
It should do the job!
@BosKev I did a sample workflow attached 🙂 hope it helped!
works great! Thank you.
How to make it work if the input has no records just header