Hi all,
I am trying to create an app and I am running into issues with the conditional tool. I am looking to run the filter tool "True" stream if "Document number column is not empty" is selected and "False" if deselected.
I am open to suggestion, the main reason for doing this as I want to run 2 entirely different workflows based on if the filter tool is true or false (i.e if the input contains a certain column or not)
Thanks in advance
Hi @aideenfreeman I mocked up an app that should do what you are asking for. Let me know what you think?
Hi Joseph, thanks for the quick response. The workflow you have attached is on the right track, however, my false part of the filter is still running and producing a blank output.
I am wondering is there a way to only run the True OR the False part of the filter tool based on what the input file contains
(i.e if Document Numbers exist in the input, run one stream, if they don't exist run another stream.)
Maybe a conditional tool isn't the right way to go about this.
Hi @aideenfreeman I mocked up a workflow that will check if the column is in the data. Let me know what you think?
Here is an approach for the requirement.
Case 1:
Output:
Case 2:
Output:
Workflow:
Based on your input it runs a workflow for true and another workflow for false.
Hope this is nearby.
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍
Hi @aideenfreeman ,
I just realized something a pretty simple approach.
Workflow:
Filter Tool:
If checkbox is ticked it will take True Anchor if not False Anchor. Give output similar to above scenario.
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍