I'm new to using the modeler function in QGIS. I'm trying to follow the tutorial in the screenshot. But when I follow the steps it ends up with my in/out algorithm not connected to the "counties layer/county name attribute" input with arrows.
How do I connect all these together?




Add Model Inputbutton if you want to add the attribute you created in the model as an input. Consider it kind of a variable: when you run the model, you can define what attribute you want to use for the algorithm. What you did now: you selected an attribute from a layer in your project, not the input ("variable") you created in the model. – Babel Dec 02 '20 at 17:10