This is likely a simple solution, but I have been banging my head on the screen long enough that I need to reach out.
(This is a very simple model I'll end up using on a substantially larger feature class.) For this test, the goal is to export each of the 6 features as their own individual feature class into a gdb. There are no special characters in the NAME field as you can see in the screenshot, but it still throws the invalid characters error. When I replace "%NAME%" with "Blah_%n%" it exports properly. Any hints?
why not use this in your model
Split By Attributes (Analysis)—ArcGIS Pro | Documentation
Thank you! This looks like it works like a charm. I'm still not clear on why my attempt at Inline Variables didn't work, though. I'm glad to know about this tool.