I would like if it is possible to modify an attribute table from a Geometry Generator expression.
My goal is, while digitizing points (with Add point feature tool), use a Geometry Generator expression, to automatically add 10 points randomly distributed in space with a maximum distance and at the same time add to the attribute table 10 new records.


project($geometry,100000,radians(rand(0,360)))is, in part, a solution. I think I could have a complete solution, by developing a button toolbar that does something like Add random point feature. Could recommend me any website or tutorial that explains how to start create QGIS buttons? – Acperience Feb 05 '24 at 09:22