I have a model that takes three inputs (waterbodies, streams/river polyline, and streams/rivers polygon). It takes each one of these inputs, buffers them, merges all three buffer outputs to a single layer, and then deletes the area of the input features leaving only the buffer area.
Id like to make it so that this model could still be run if the user decided to only input two out of the three layers because there just so happens to be no waterbodies in the focus area.
I'm having a bit of trouble figuring out if this is possible in modelbuilder. I could likely easily accomplish this in python but first wanted to check here to see if anyone had any ideas.
Thanks!
Ben