I have many polygons that need to be combined bu attributes. The problem is that the result of the merge must be saved in the original layer without creating a new one.
I used this function but it creates a temporary layer
processing.run("native:dissolve", {'INPUT':'D:\shp.shp','FIELD':[],'SEPARATE_DISJOINT':False,'OUTPUT':'TEMPORARY_OUTPUT'})
New contributor
Veronica Ovakanyan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.