I'm creating a workflow that will take the place of a sort of cascading series of filters that have to follow a certain hierarchy. In other words, Filter 1 has to be applied before Filter 2 can be applied because some items that may meet the criteria of Filter 2 happen to fall first into the Filter 1 category. For my flow, I have to do this with 20 filters. I haven't thought of a better way to accomplish this than by trying to create some sort of stacked IF statements. See example in attached screenshot. This screenshot is showing what would be the second filter in the sequence. For reference, the "Handling Description" column is what I'm using to give each line item its filter name/category.
I realize by the time I'm on the 20th filter, I'll have a lot of these stacked on top of each other. Any easier way to do this? And if not, how do I go about closing IF statements similar to the one shown in the screenshot?