I have a whole list of different layers I want to do a iterative clipping algorithm on. (Batch processing is not an option as the 'iterate' button is gone.)
This is a follow up on my question here.
It's tedious having to make a new model every time I want to do this task. It'd be easier if there was a way to give an input of all active layers. I have no experience with pyqgis but it seems like a solid way to start if there is no easier way, but that's for another question.
My question, is there a way to take all active layers as an input for a iterative geoprocessing algorithm?