I have a point layer with a date field and a text field. I want to create a layer with arrows that will connect them in order (and also group them by the text field). So far so good, the Points to path process does the trick. But I want new arrows to be automatically created each time I add new points.
Is there a solution that does not involve Python skills?
I have the feeling that this geometry generator could help, but I'm failing to implement it.