(Using ArcMap 10.8) Hi, a very similar question was asked here (https://community.esri.com/t5/geoprocessing-questions/how-to-get-a-model-to-continue-when-all-the-inputs/td-p/126404) but never fully answered. I am using 3 buffer tools on 3 different Feature Layers (distance is specified by the user for each). I'd like to make 2 of them optional but because that is not an option (required parameter), I have a Boolean variable precondition that if unchecked, prevents the buffer from running. My problem is that they are then Merged into one feature layer at the end of my model and added to display. However, I am getting the "inputs are not current" and my Merge tool is not running if one of the buffers is not ran (Boolean variable unchecked). My question is, how do I get get the Merge tool to process given one or more of the inputs might not exist. I assume I need to use the 'Calculate Value' tool but can't quite figure out the expression or its use. An example would be helpful. Don't need to worry about the intermediate steps between buffer and merge (as I believe that is working fine).
For more context, I am trying to create specified buffers (temporary and permanent impacts) based on input (infrastructure type), then cut one buffer out of the other one (Erase tool alternative since I only have a basic license), then Merge all temporary buffers).
Thanks for your time,
Paul